-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.css
More file actions
72 lines (61 loc) · 1.13 KB
/
Copy pathtest.css
File metadata and controls
72 lines (61 loc) · 1.13 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
67
68
69
70
71
72
body {
margin:0.3px;
padding:0;
background-image: url("https://s19.postimg.org/c35ehg08z/Sports.png");
}
form p {
font-family: 'Forum', cursive;
font-size:1rem;
color:#0b2042;
letter-spacing:0.01rem;
}
input[type=text] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: none;
background-color:#d2d6d8;
color:#051630;
}
select {
width: 100%;
padding: 16px 20px;
border: none;
border-radius:5%;
background-color:#d2d6d8;;
margin:8px 0;
}
input[type=submit], input[type=reset] {
background-color: rgb(66, 134, 244);
border: none;
color: white;
padding: 16px 32px;
text-decoration:none;
margin: 4px 2px;
cursor: pointer;
border-radius:3%;
}
.navigare {
background-color:grey;
list-style:none;
text-align:center;
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
margin-top:0em;
}
.navigare li {
display:inline-block;
padding-right:40px;
font-family: 'Patua One', cursive;
font-size:1.5rem;
}
.navigare li a {
text-decoration:none;
color:white;
}
.navigare li a:hover{
color:#a9af92;
}