-
Notifications
You must be signed in to change notification settings - Fork 4
/
project-1.css
70 lines (61 loc) · 1.24 KB
/
project-1.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
body
{
background-color:#FFFFFA;
}
h1{
font-family: 'Tangerine', serif;
font-size: 180px;
font-weight: bold;
letter-spacing:-1px;
line-height: 1;
text-shadow: #D9D9D9 6px 3px 0;
position: relative;
text-align:center;
}
h2{
font-family: sans-serif;
font-size: 20px;
}
h3{
font-family: 'Dekko';
font-size: 35px;
font-weight: normal;
letter-spacing:0px;
position: relative;
text-align:center;
}
img{
display:block;
margin:0 auto;
width:700px;
border-radius: 20px;
image-resolution: 600dpi;
}
p.caption {
font-family:fantasy;
text-align:center;
font-size:20px;
}
div{
font-family: serif;
font-size:18px;
}
.col1{
float:left;
max-width: 50%;
max-height: 100%;
display: flex;
}
.col2{
float:right;
max-width: 50%;
max-height: 100%;
display: flex;
}
.col3{
text-align: center;
font-family:cursive;
font-size: 15px;
letter-spacing:0px;
line-height:2;
}