-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome.css
More file actions
103 lines (88 loc) · 1.34 KB
/
Copy pathHome.css
File metadata and controls
103 lines (88 loc) · 1.34 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
*{
margin: 0;
padding: 0;
}
#sidebar{
position: fixed;
width: 30%;
height: 100%;
left: -30%;
background-color:black;
}
.navbar{
height: 80px;
width: 100%;
background-color: orange;
}
#sidebar ul li{
font-size: 25px;
padding: 30px;
border-bottom:1px solid gray;
text-align: center;
text-decoration-line: none;
}
#sidebar ul li a{
text-decoration: none;
color: white;
}
.navbar ul li a.active,
.navbar ul li a:hover{
background-color: ;
border-radius: 1px;
}
.toggle-btn{
position: absolute;
left: 105%;
top: 15px;
}
.toggle-btn span{
display: block;
background-color: black;
width: 30px;
height: 5px;
margin: 3px;
}
#sidebar.active{
left: 0;
}
dt{
text-align:center;
font-size: 45px;
}
dd{
font-size: 25px;
margin-top: 20px;
text-indent: 100px;
margin-left: 20px;
margin-right: 350px;
font-family:Euphemia;
}
.info{
margin-left: 25px;
margin-right: 350px;
}
.info p{
margin-top: 15px;
font-size: 25px;
font-family:Euphemia;
}
aside{
width:20%;
padding-left: 20px;
float:right;
background-color: gray;
}
ul{
list-style-type: square;
font-size: 25px;
font-family:Euphemia;
}
ul li{
font-weight: bold;
font-size: 25px;
text-decoration-line: underline;
}
img{
height:180px;
width: 290px;
}