forked from ShaharEli/FirstWeekendTask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
68 lines (53 loc) · 1.06 KB
/
styles.css
File metadata and controls
68 lines (53 loc) · 1.06 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
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
iframe{
float: right;
padding-right: 20px;
}
:not(#navbar){
font-family: 'Sriracha', sans-serif;
text-align:center;
font-size:18px;
color:rgb(163, 156, 156);
background:black;
}
.nav-header{
text-align: center;
}
@media (min-width: 900px) {
main {
background-color: rgb(255, 0, 0);
}
}
#navbar{
font-size: 16px;
width: 200px;
line-height: 35px;
margin: 0;
border: 4px dashed rgb(107, 12, 12);
}
.section-topic{
text-decoration: underline;
font-size: 20px;
}
#navbar li:hover { /*כאשר נעבור עם העכבר יהפוך לכחול*/
background:rgb(18, 15, 20);
}
.nav-link {
background-color: rgb(7, 2, 2) !important;
margin:10px;
display: flex;
text-decoration:column ;
}
.top{
border-top: 4px dashed rgb(107, 12, 12);
}
.bottom{
border-bottom: 4px dashed rgb(107, 12, 12);
}
#wiki:hover{
font-size: 200%;
}
.first-ul{
list-style: none;
padding-right: 40px;
}