-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfitness_girls_code_home.css
105 lines (101 loc) · 1.89 KB
/
fitness_girls_code_home.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
body{
font-family: "source_sans_prolight",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 24px;
line-height: 2.4rem;
color: black;
}
.background{
background-image:url(../images/fitness.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
.menu{
}
h1{
font-family: serif;
font-style: italic;
}
h2{
font-family: serif;
font-style: italic;
}
h3{
font-family: serif;
font-style: italic;
}
a{
color:black
}
.menu li{
float:left;
padding: 25px;
text-decoration: none;
list-style: none;
}
.center{
text-align:center
}
.wc{
background-color: rgba(255, 255, 255, 0.56);
}
.menumdiv{
background-color: rgba(255, 255, 0, 0.64);
}
.active{
background-color: rgba(0, 128, 0, 0.73);
}
.active a{
color: white;
}
.full{
width:100%
}
.us{
background-color: whitesmoke;
border: 1px #eeeeee solid;
margin-bottom: 12px;
}
.padding{
padding: 31px;
}
.txtpadding{
padding: 12px;
}
.border{
border-bottom: 4px solid yellow;
}
.font{
font-family: "source_sans_prolight",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 24px;
line-height: 2.4rem;
color: black;
}
/*}
head{
background-image: url('https://images.unsplash.com/photo-1463740839922-2d3b7e426a56?dpr=1&auto=format&fit=crop&w=767&h=468&q=80&cs=tinysrgb&crop=');
/*background-position: center;
/*background-size: cover;
color: white;
/*padding-top: 70px;*/
/*padding-bottom: 150px;*/
/*a{
color: #fff;
border: 1xp solid #2ecc71;
background-color: #2ecc71;
padding: 3px;
border-radius: 5px;
}
ul.nav li{
display: inline-block;
padding-left: 130px;
align-items: center;
}
a:hover{
background-color: #e74c3c;
border-color: #e74c3c;
}