-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
66 lines (50 loc) · 876 Bytes
/
index.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
a{
font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
img{
width: 300px;
height: 185px;
}
p{
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
font-size: 17px;
}
h3, h4{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: center;
}
h1{
font-family: "Open+Sans", sans-serif;
}
body{
text-shadow: 1px 1px 1px #ccc;
}
a:hover{
color: fuchsia;
}
a:active{
color: blueviolet;
}
.row {
display: flex;
}
.column{
flex: 50%;
}
h2{
font-family: "Sono", serif;
}
font{
font-family: "Playfair+Display", sans-serif;
}
hr{
height:5px !important;
border-width: 65px !important;
height: 10px !important;
background-color:#00A4BD !important;
border-radius: 5px;
}
iframe {
display: block;
margin: 0 auto;
}