-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
55 lines (53 loc) · 919 Bytes
/
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
body{
margin: 0%;
box-sizing: border-box;
background-color: rgb(245, 247, 234);
}
.row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin: 2rem;
padding: 0.7rem;
}
img{
height: 25rem;
max-width: 25rem;
width: 100%;
border-radius: 12.5rem;
}
.center{
text-align: center;
}
.qw{
max-width: 40rem;
width: 100%;
}
button{
height: 4rem;
width: 10rem;
background-color: rgb(46, 146, 212);
color: rgb(253, 251, 251);
font-weight: bold;
font-size: large;
border-radius: 8px;
border:none;
}
button:hover{
background-color: rgb(16, 78, 150);
}
h1{
font-family: 'Martel', serif;
font-size: 2.7rem;
}
h2{
font-family: 'Goudy Bookletter 1911', serif;
color: rgb(20, 39, 21);
font-weight:lighter;
}
.main{
font-size: 2.3rem;
color: darkblue;
font-weight: bolder;
}