-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanaBase.css
More file actions
97 lines (86 loc) · 1.43 KB
/
Copy pathanaBase.css
File metadata and controls
97 lines (86 loc) · 1.43 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
:root {
--background-fill-color: #fae7c3;
}
html { margin: 0;
padding: 0;
width: 100%;
height: 100vh;
background: #fae7c3;
}
body {
font-size: 27px;
color: white;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.header {
margin: 0;
padding: 0;
border: 0;
height: 7vw;
width: 100%;
position: fixed;
top: 0;
text-align: center;
background-color: #6e0101;
color:white;
z-index: 99;
flex-direction: row;
vertical-align: middle;
}
div.header {
display: flex;
flex-direction: row;
}
.logo {
font-size: 36px;
flex-direction: row;
text-align: left;
margin-left: 5vw;
}
.box {
width: fit-content;
background-color: black;
color: white;
height: fit-content;
margin-top: 15%;
margin-left: 14%;
height: 10em;
width: 10em;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border: black;
border-radius: 15px;
}
#main {
color: white;
background-color: black;
border-radius: 15px;
height: 256px;
width: 256px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
ul {
list-style-type: none;
font-size: 28px;
display: inline;
padding-top: 13px;
}
li {
display: inline;
margin-left: 5vw;
margin-top: auto;
vertical-align: text-bottom;
text-align: center;
}
.aboutus {
display: flex;
flex-direction: row;
margin-right: auto;
align-items: center;
}