-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
52 lines (51 loc) · 821 Bytes
/
index.css
File metadata and controls
52 lines (51 loc) · 821 Bytes
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
h1,
h2 {
text-align: center;
}
.images {
display: flex;
gap: 2px;
margin-bottom: 20px;
justify-content: center;
}
.image img {
width: 200px;
height: 200px;
/* padding: 5px; */
}
body {
background-color: white;
}
.description {
text-align: center;
font-weight: bold;
}
.navbar {
background-color: black;
text-align: center;
}
a {
color: white;
}
.main {
display: flex;
flex-direction: column;
align-items: center;
}
form {
display: flex;
justify-content: center;
width: 100%;
}
.description {
margin-top: 0; /* ако има допълнителен отстъп, го махаме */
}
.text {
margin-top: 10px; /* по-малко разстояние преди текста */
}
footer {
background-color: black;
color: white;
font-size: 10px;
text-align: center;
}