-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyles.css
70 lines (62 loc) · 1.18 KB
/
Styles.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 {
/*text*/
font-family: 'Helvetica Neue, Arial, sans-serif';
line-height: 1.6;
background-color: #5c5c5c;
color: #99999999;
padding: 20px;
text-align: center;
}
nav {
/*navigation color*/
background-color: #5c5c5c;
color: #c2c2c2;
padding: 10px;
text-align: center;
/*creates a line (color = black)*/
border-bottom: 1.5px solid #000000;
}
p {
/*text color*/
color: #96d35f;
}
p a {
/*link color*/
color: #96d35f;
}
footer {
/*Footer color*/
background-color: #474747;
color: #b51a00;
text-align: center;
padding: 10px;
margin-top: 20px;
/*creates a line (color = black)*/
border-top: 1px solid #000000;
}
.code p img {
/*image border*/
border: 4px solid #3d3c4c;
}
a img {
/*sets image to default size*/
max-width: 100%;
max-height: 100%;
}
.github {
/*github logo width and height*/
height: 50px;
width: 50px;
position: relative;
position: relative;
margin: auto;
padding: 10px;
}
.youtube {
/*youtube logo width and height*/
height: 75px;
width: 75px;
position: relative;
margin: auto;
padding: 10px;
}