generated from ThakaSartu/thakasartu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathalnisa.css
136 lines (108 loc) · 2.69 KB
/
alnisa.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
#main {
margin:0 auto;
width: 50vw;
height: 100vh;
margin: auto;}
p {
display:block;
text-align: center;
color:white;
background: transparent
url(https://raw.githubusercontent.com/ThakaRashard/bubblegumpop/gh-pages/img/halfscreen-black.gif)
center repeat;
}
hr {
height: 0;
border: 0;
border-bottom: 1px dashed #b5e853;
color: #b5e853;
}
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
html {
height: 100%;
width: 100%;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
body {
height: 100vh;
color: #29F247;
text-shadow: 0 0 8px #FFFFFF;
margin: 0;
background: url(https://raw.githubusercontent.com/ThakaRashard/bubblegumpop/gh-pages/video/NORMANiFAiRBG.gif) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.logo {
float: left;
background-color:black;
display:block;
}
ul {
padding: 0;
margin: 0;
color: white;
}
li {
display: inline;
position: relative;
color: white;
}
ul ul {
position: absolute;
display: none;
}
li:hover ul {
display: block;
}
#navcontainer {
padding: 0;
height: 20px;
display: flex;
background-color:black;
position:fixed;
color:white;
top: 0;
}
#navcontainer ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: block;
float: right;
text-align: center;
padding: 0px;
margin: 0;
}
#navcontainer ul li a {
width: 100px;
height: 20px;
background: #262626;
border-left: px solid #f5d7b4;
border-bottom: 1px solid #262626;
border-right: 1px solid #262626;
padding: 0;
margin: 0 0 0px 0;
color: #a6a6a6;
text-decoration: none;
display: block;
text-align: center;
}
#navcontainer ul li a:hover {
color: #f2f2f2;
background: #262626;
}
#navcontainer a:active {
background: #262626;
color: #fff;
}
#navcontainer li#active a {
background: #262626;
border-right: 4px solid #2e97f2;
color: #fff;
}