-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojevt3.css
More file actions
79 lines (73 loc) · 1004 Bytes
/
projevt3.css
File metadata and controls
79 lines (73 loc) · 1004 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
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
.top13:hover{
color:#DAAB0D;
text-decoration: none;
}
.top11{
background-color: #24252C;
}
.img-top{
display:block;
}
.img-top img{
width:20%;
position:relative;
right:9%;
}
.tack{
color:#DAAB0D;
}
.top a{
color:white;
text-decoration: none;
}
.blue{
color:white;
}
.head_img{
text-align:center;
}
.heading{
padding-bottom:2%;
}
.heading img{
width:4%;
display:inline-block;
}
input[type=text] {
background-color:#D4EFDF;
border:2px solid;
width:30%;
border-radius:20%;
height:80px;
}
input[type=text]:focus {
border-radius: 0%;
}
.box-1 img{
width:4%;
display:inline-block;
}
.box-1{
text-align:center;
}
.box-1-a{
text-align: center;
padding-bottom:3%;
}
.ans-button{
text-align:center;
padding-top:3%;
}
.ans-button buttom{
border:2px solid;
}
.box-2 img{
width:4%;
display:inline-block;
}
.box-2{
text-align: center;
}
.box-2-a{
text-align: center;
}