-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
81 lines (74 loc) · 1.27 KB
/
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
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
body{
display:flexbox;
background-color:#f4ece6ee;
}
p {
font-family: "Caudex" , serif ;
font-style: bold;
font-weight: bolder;
font-size : 250% ;
text-align: center;
color: #17153B;
}
.about{
font-size: 200% ;
text-align: left ;
margin-left: 2% ;
color: #8D493A;
}
.center{
display:block;
background-color:#ecdaf5;
height: 600px;
width: 1200px ;
text-align: left ;
box-shadow: inset ;
margin-left: 100px ;
margin-top:100px;
border-radius: 5% ;
box-shadow: 10px 10px white;
}
.profile{
float: right ;
border-radius: 200%;
height: 250px ;
width: 275px;
margin-right:50px;
margin-top:30px;
}
.hr{
color: #8D493A;
}
#contact{
color: #8D493A;
font-family: "Caudex",serif;
text-align:center;
}
button{
height:50px;
width :150px;
border-radius: 10%;
font-size: larger;
background-color: rgb(25, 208, 224);
color: White;
}
button:hover{
background-color: white;
cursor: pointer;
}
h1{
color: #8D493A;
font-family: "Caudex",serif;
text-align:center;
}
#footer{
display: block;
background-color: #37B7C3;
height:100px;
text-align: center;
font-size:larger ;
padding-top:20px;
}
.links:hover{
color: white;
}