-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (57 loc) · 1.15 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
* {
font-family: cursive;
font-size: 18px;
}
body {
background: #ffffff url("https://image.freepik.com/free-vector/colorful-paint-splashes_1035-7496.jpg") no-repeat right top;
margin-right: 200px;}
.spaceing {
border-style: solid;
padding: 3px;
margin: 20px;
}
nav {
float: right;
margin-right: 1px;
font-size: 24px;
font-style: oblique;
font-weight: bold;
}
header ul li{
display: inline-block;
}
a {
text-decoration: none;
}
#textShad {
text-shadow: 2px 2px rgb(34, 170, 21);
}
.colorGrey{
color: grey;
text-shadow: 1px 1px hsl(253, 85%, 38%);
}
.horizantalDiv {
display: inline-block;
/* float: left; */
height: 200px;
width: 250;
background-color: rgb(239, 245, 247);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.imgSize {
border-radius: 50%;
border: 1px solid #ddd;
padding: 5px;
width: 250px;
height: 200px ;
}
footer {
/* height: 100px; */
width: 200px;
margin-bottom: 10px;
margin-top: 200px;
margin-inline-start: 200px;
margin-block-end: 20px;
margin-left: 100px;
margin-right: 150px;
}