-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
102 lines (89 loc) · 1.83 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
h1 {
text-align: center;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 55px;
color: rgb(90, 71, 2);
}
p {
height: fit-content;
font-size: 21px;
text-align: center;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
width: 66%;
}
h2 {
text-align: center;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.about_me {
color: rgba(90, 42, 32);
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.links
{
color: rgb(90, 42, 32);
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, Tahoma, Geneva, Verdana, sans-serif;
height: 160px;
width: fit-content;
padding: 10px;
margin-left: auto;
margin-right: auto;
border:5px solid rgb(50, 100, 90);
border-radius: 5px; ;
background-color: rgba(73, 205, 205, 0.804);
}
.logos
{
width:65px;
margin: 22px;
}
body {
background-color: rgba(245, 245, 220, 0.795);
}
.nav ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #efeaa1;
position: sticky;
}
.nav li {
float: left;
}
.nav li a {
display: block;
color: rgb(90, 71, 2);
text-align: center;
padding: 20px 200px;
text-decoration: none;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.nav li a:hover {
background-color: rgb(41, 106, 26);
color: rgb(223, 159, 74);
}
.nav li a.active {
background-color: rgb(41, 106, 26);
color: rgb(255, 255, 255);
}
.content{
text-align: justify;
width: 75%;
}
.pictures {
width:fit-content;
}
.blogs {
font-size: 30px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.videos {
width: 640px;
height: 480px;
}