-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
99 lines (92 loc) · 1.62 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
body{
margin:0;
padding:0;
background-color: blanchedalmond;
}
#topnav{
text-align: center;
font-size: 20px;
padding:20px;
background-color:darkslateblue;
}
a{
text-decoration: none;
color:aliceblue;
padding:10px;
}
#topnav a{
color:burlywood;
}
#topnav a:hover{
color:coral
}
h1{
text-align: center;
background-color: burlywood;
}
table{
width: 100%;
}
.img-table img{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
border-radius: 25px;
height: 300px;
width: 350px;
}
.img-table p{
text-align: center;
}
.info-para p{
margin-left: 60px;
margin-right: 60px;
font-size: 20px;
text-align: justify;
color:yellow
}
.my-img img{
height: 300px;
width: 450px;
border-radius:50%;
}
.form-detail{
margin-left: auto;
margin-right: auto;
width: 500px;
margin-top: 50px;
margin-bottom: 50px;
}
.input-box{
font-size: 15px;
width:70%;
height:50px;
padding-bottom: 10px;
margin-bottom: 30px;
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom-color: black;
}
form{
background-color: white;
padding-top: 20px;
padding-bottom: 20px;
}
h2{
font-style: italic;
font-family: sans-serif;
font-weight:bold;
}
#but-style{
background-color: cadetblue; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 10px;
}