-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (54 loc) · 1.15 KB
/
style.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
/* Example styling of a h1 element */
h1 {
font-family: Verdana, sans-serif; color: #ff00b3; text-transform: uppercase; letter-spacing: 5px; font-weight: lighter;
}
p {
font-family: Verdana, sans-serif; color: #333; font-weight: lighter; font-size: small;}
.flex-item {
width: 300px;
height: 75px;
margin: 0px;
text-align: center;
font-family: Verdana, sans-serif;
line-height: 50px;
font-size: 10px;
color: white;
}
.box-1 {
background-color: #a4506c;
}
.box-2 {
background-color: #a4506c;
}
.box-3 {
background-color: #a4506c;
}
.flex-container {
display: flex;
flex-wrap: nowrap;
border: 1px solid #eee;
border-radius: 1px;
}
.navbar {
display: flex;
justify-content: center;
font-family: Verdana, sans-serif;
text-transform: uppercase;
margin-bottom: 0px;
}
.navbar a {
color: #333;
width: 450px;
padding: 20px;
text-decoration: none;
text-align: center;
}
.navbar a:hover {
background-color: #eeb885;
font-family: Verdana, sans-serif; color: #ff00b3; text-transform: uppercase; letter-spacing: 2px; font-weight: lighter;
color: #ff00b3;
}
img {
width: 1370px;
height: 50px;
}