-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfstyle.css
93 lines (74 loc) · 1.2 KB
/
fstyle.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
82
83
84
85
86
87
88
89
90
91
92
93
body{
background-image: url("img/bg.jpg");
color: white;
}
header{
margin: auto;
padding: 30px;
}
.left{
/* border:2px solid red;*/
display: block;
margin: 0px 20px;
float: left;
text-align: center;
}
.left img{
filter: invert(100%);
}
.mid{
width:55%;
margin: auto 30px;
float: left;
}
.right{
border:2px solid red;
margin: 18px 80px;
float: left;
}
.right .btn{
background-color: red;
}
.mid ul{
text-decoration: none;
list-style-type: none;
text-align: center;
}
.mid li a{
text-decoration: none;
float: left;
padding-left: 30px;
font-size: large;
color: white;
}
li a:hover {
text-decoration: underline;
color:goldenrod;
}
.cont{
border: 2px solid red;
margin:139px 40px;
padding :3px 3px;
width: 60%;
height: 290px;
border-radius: 10px;
}
/*#formdetail{
margin: auto 20px;
font-size: 20px;
}
#formdetail #name{
border-radius: 10px;
}*/
#formdetail input,#sub{
border-radius: 10px;
text-align: center;
display: block;
margin: .5px auto;
width: 60%;
font-size: 15px;
}
.cont h3{
text-align: center;
font-family: cursive;
}