-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
72 lines (71 loc) · 1.21 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
.container
{
background-image:url("žuta.jpg");
}
.container2
{
background-image:url("roza.jpg");
}
.container3
{
background-image:url("telefon.jpg");
}
.buttonTop
{
margin-bottom: 10px;
}
.button
{
margin-bottom: 25px;
}
.header
{
color:white;
border-top: 30px solid transparent;
font-size: 26px;
font-weight: 900;
font-family: 'Merriweather', serif;
margin-bottom: 0;
}
.paragraph
{
margin: 0;
color: white;
font-size: 15px;
font-family: 'Roboto', serif;
font-weight: 400;
border-bottom: 30px solid transparent;
border-top: 15px solid transparent;
margin: 0px;
}
body>form>div>button
{
color:white;
border-radius: 14px;
font-family: 'Roboto', serif;
border: none;
font-weight: 600;
font-size: 14px;
background-color: rgba(214, 212, 212, 0.4);
height: 25px;
padding-left: 14px;
padding-right: 14px;
margin-right: 8px;
}
body>form
{
padding-left: 5px;
padding-right: 5px;
height: 790px;
max-width: 620px;
margin: auto;
background-color: rgb(214, 212, 212);
}
body>form>div
{
max-width: 600px;
height: 248px;
padding-left: 25px;
background-size: cover;
border-radius: 4px;
}