-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
81 lines (80 loc) · 1.29 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
p, h1, h2, h3, h4, h5, h6
{
color: white;
}
*{
font-family: Arial, Helvetica, sans-serif;
}
body
{
background-color: black;
}
#logo{
height: 65px;
}
#hr{
border-width: 1px;
border-style: solid;
border-color: rgb(213, 213, 213);
}
.navitem{
text-decoration: none;
color: white;
margin-top: 10px;
font-size: 40px;
}
.navitem:hover{
text-decoration: underline;
}
#navbar{
display: flex;
justify-content: space-between;
}
#par{
margin-top: 80px;
margin-bottom: none;
}
#mainword{
font-size: 120px;
margin: none;
padding: none;
}
#input{
height: 60px;
width: 500px;
border-radius: 30px;
font-size: 40px;
}
.labutoane
{
margin-top: 20px;
background-color: #FF4836;
height: 50px;
width: 230px;
border-radius: 25px;
font-size: 30px;
}
#labu{
display: flex;
margin: auto;
width: 60%;
padding: 10px;
}
#slabu {
margin: auto;
width: 500px;
padding: 10px;
display: flex; /* Apply flexbox */
justify-content: space-between; /*Center the buttons horizontally */
gap: 10px; /*Add space between the buttons */
}
.slabu a, p {
flex: 0 1 auto; /*Ensure buttons only take the space they need */
}
#nush{
background-color: grey;
}
a
{
text-decoration: none;
}