-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
80 lines (75 loc) · 1.38 KB
/
styles.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
body {
margin: 0px;
font-family: "Indie Flower", cursive;
font-weight: 800;
font-style: normal;
text-shadow: 0px 0px 4px black;
background: linear-gradient(#ccd5ae,#588157) ;
}
#hero{
color: #e9edc9;
text-align: center;
background-image: url("images/img-hero.png");
background-size: cover;
padding: 5% 0;
}
#title {
font-size: 5em;
}
#sub-title{
text-align: center;
padding-top: 10px;
font-size: 3em;
}
.kelar-img{
width: 400;
border-radius: 50%;
}
.middle-sec{
display: flex;
text-align: center;
}
.end-sec{
width: 400px;
margin: 80px auto;
padding: 20px;
display: flex;
justify-content: space-around;
text-align: center;
background: #344e41;
color: #dad7cd;
border: 4px solid #a3b18a;
border-radius: 50px;
}
.button{
padding: 10px;
border-radius: 30px;
color: #335c67;
}
button:hover{
background-color: #c7f9cc;
}
.avatar {
width: 150px;
height: 150px;
border-radius: 50px;
border: 5px solid #c7f9cc;
}
.gallery-sec{
width: 400px;
margin: 80px auto;
padding: 20px;
display: flex;
justify-content: space-around;
text-align: center;
border-radius: 50px;
}
.button-g{
padding: 10px;
border-radius: 30px;
color: #335c67;
display: flex;
justify-content: space-around;
text-align: center;
border-radius: 50px;
}