-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (43 loc) · 863 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
*{
background-color: rgb(250, 226, 155);
text-align: center;
}
h1{
font-size: 80px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.info{
border: 10 30 ;
border-style: solid;
border-radius: 40px;
text-decoration: none;
font-size: 18px;
padding:30px;
margin:20px;
background-color:rgba(65, 47, 47, 0.822);
color:rgb(252, 255, 240)
}
.info :hover{
background-color: aqua;
color: beige;
cursor: pointer;
box-shadow: 30px;
}
img{
max-width: 1000px;
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
border-radius: 50%;
padding:50px;
}
.email{
text-decoration: underline;
color:rgb(70, 28, 253);
}
p{
font-size: 30px;
text-align: center;
margin:50px;
}