-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
148 lines (132 loc) · 2.75 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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
//a class for header that fixes the header to the top as a navbar
.navbar {
overflow: hidden;
background-color: #333;
position: fixed;
top: 0;
width: 100%;
}
.links {
padding: 10px;
}
.h1-title {
font-size: 50px;
font-family: "Times New Roman", Times, serif;
color: #333;
text-align: center;
margin-top: 100px;
margin-bottom: 100px;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 40%;
margin: 0 auto;
margin-top: 100px;
border-radius: 5px;
background-color: #f1f1f1;
margin: 20px;
}
.container-row {
padding: 16px 16px;
margin: 20px;
flex-direction: row;
justify-content: space-between;
align-items: center;
flex: row;
}
.img {
width: 300px;
height: 300px;
border-radius: 50%;
}
//a class for the header links
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
background: ;
}
.hero {
background: url("https://images.unsplash.com/photo-1519680772-8b1b0e1b0e1d?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=8b1b0e1b0e1d&auto=format&fit=crop&w=1350&q=80")
no-repeat center center;
background-size: cover;
height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.links {
justify-content: space-between;
margin: 20px;
}
//a class for the header links when you hover over them
.navbar a:hover {
background: #ddd;
color: black;
}
//a class for the active header link
.active {
background-color: #4caf50;
color: white;
}
//a class for the content of the page
.content {
padding: 16px;
}
//a class for the footer
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #333;
color: white;
text-align: center;
}
//a class for the footer links
.footer a {
color: #f2f2f2;
text-decoration: none;
}
//a class for the footer links when you hover over them
.footer a:hover {
color: #ddd;
}
//a class for the footer links when you click on them
.footer a:active {
color: #ccc;
}
//a class for the footer links when you click on them
.footer a:visited {
color: #ccc;
}
//a class for the footer links when you click on them
.footer a:link {
color: #ccc;
}
//a class for the footer links when you click on them
.footer a:visited {
color: #ccc;
}
//a class for the footer links when you click on them
.footer a:active {
color: #ccc;
}
//a class for the footer links when you click on them
.footer a:hover {
color: #ccc;
}
//a class for the footer