-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
95 lines (82 loc) · 1.39 KB
/
stylesheet.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
*{
padding:0px;
margin:0px;
}
body {
font-family: 'Poppins', sans-serif;
font-family: 'Young Serif', serif;
}
.container {
padding: 50px;
}
.section-one {
background-color: black;
color: white;
padding: 20px;
text-align: center;
}
.section-two {
background-color: black;
color: white;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
li{
text-align: center;
display:inline-block;
color:gray;
cursor:pointer;
}
li:hover{
color:red;
}
ul{
padding:20px;
text-align:center;
}
input{
width: 200px;
padding: 10px;
}
.section-three{
text-align:center;
padding-top:20px;
}
.box{
border:solid black 3px;
display: inline-block;
width: 250px;
height: 500px;
padding: 10px;
text-align: center;
}
img{
width: 250px;
height: 330px;
}
h2{
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
.send{
text-align:center;
color: black;
padding: 10px;
}
.send-button {
background-color: black;
color: white;
display: block;
margin: auto;
width: 100px;
height: 30px;
margin-bottom: 20px; /* Add this line */
}
.contact {
padding: 20px;
color: black;
}