-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitle_page.css
55 lines (51 loc) · 845 Bytes
/
title_page.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
#header{
padding-top: 50px;
text-align: center;
}
#header h1{
font-size: 3em;
}
#header h2{
font-size: 1.5em;
text-align: center;
}
#textbox{
padding-left: 50px;
width: 30%;
}
#textbox p{
color: white;
font-family: Roboto, serif;
text-justify: inter-word;
}
#button_box {
display: flex;
justify-content: center;
align-items: center;
margin: 20px auto;
}
button {
background-color: #04AA6D;
color: white;
padding: 15px 30px;
border-radius: 20px;
font-size: 16px;
margin: 10px;
border: none;
cursor: pointer;
}
button:hover {
background-color: #038754;
}
#image_box img{
width: 36%;
height: auto;
align-content: center;
margin: auto;
display: block;
}
#image_box{
align-content: center;
margin: auto;
display: block;
}