-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.css
More file actions
116 lines (89 loc) · 1.7 KB
/
Copy pathbase.css
File metadata and controls
116 lines (89 loc) · 1.7 KB
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
*{
margin:0;
padding:0;
}
#head{
background-color:cadetblue;
text-align: center;
padding:8px 2px;
font-size: 40px;
text-shadow: 2px 4px green;
}
#cover{
background: url("https://images.unsplash.com/photo-1579621970588-a35d0e7ab9b6?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80");
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
/* Navigation Bar */
#navbar{
display: flex;
align-items: center;
position: sticky;
top: 0px;
}
#navbar::before{
content: "";
background-color: black;
position: absolute;
top: 0px;
left: 0px;
height: 85%;
width: 100%;
z-index: -1;
opacity: 0.6;
}
/* Navigation Bar: Logo and Image */
#logo{
margin: 5px 30px;
}
#logo img{
height: 65px;
margin: 3px 6px;
}
/* Navigation Bar: List Styling */
#navbar ul{
display: flex;
font-family: 'Baloo Bhai 2', cursive;
}
#navbar ul li{
list-style: none;
font-size: 1.3rem;
}
#navbar ul li a{
display: block;
padding: 3px 22px;
border-radius: 20px;
color: black;
text-decoration: none;
}
#navbar ul li a:hover{
color: whitesmoke;
background-color:black;
}
.h-primary{
font-size: 3.8rem;
padding: 12px;
font-family: 'Bree Serif', serif;
}
h4
{
margin-top:50px;
text-align:right;
font-family:comic sans ms;
}
span
{
color:#f5b120;
font-family:verdana;
}
.para
{
font-size:25px;
text-align:right;
}
.column {
float:right;
width: 33.33%;
text-align: left;
}