-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
56 lines (48 loc) · 881 Bytes
/
index.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
body {
padding: 0px;
border: 0px;
}
#bacground_color {
background-color: blue;
padding-left: 1em;
width: 42%;
height: 420px;
margin-left: 2em;
margin-top: 2em;
}
#background_img {
display: flex;
padding-top: 3em;
padding-left: 4em;
padding-right: 3em;
}
#tag-2 {
padding-left: 4em;
margin-top: 210px;
width: 420px;
height: 310px;
}
#about-tag {
padding-left: 120px;
padding-right: 2em;
padding-top: 210px;
font-size: 24px;
}
h3 {
font-size: 28px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
button {
color: white;
background-color: black;
width: 210px;
height: 42px;
}
button:hover {
color: black;
background-color: white;
}
fieldset {
border: 2px solid black;
width: auto;
}