-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (47 loc) · 926 Bytes
/
style.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
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
.w3-button {
width: 150px;
margin-top: 10px;
}
.w3-radius-button {
border-radius: 15px;
}
.remove-outline {
outline: none;
}
.hebrewfont {
resize: none;
font-family: 'Open Sans Hebrew', serif;
font-size: 14px;
}
textarea {
resize: none;
font-family: 'Open Sans Hebrew', serif;
font-size: 14px;
}
* {
margin: 0;
padding: 0;
text-align: center;
}
nav {
width: 100%;
height: 90px;
background-color: #9c9898;
}
ul {
}
ul li {
list-style: none;
display: inline-block;
line-height: 50px;
}
ul li a {
display: block;
text-decoration: none;
font-size: 20px;
font-family: 'Open Sans Hebrew', serif;
color: #000000;
padding: 0 2px;
}