-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (44 loc) · 901 Bytes
/
style.css
File metadata and controls
50 lines (44 loc) · 901 Bytes
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
.title{
color:rgb(136, 89, 169);
text-shadow: 3px 3px rgb(211, 205, 249);
font-size:85px;
}
.contexttitle{
color:darkslateblue;
font-size:40px;
font-weight:bold;
text-decoration: underline;
}
.outer{
height:200px;
overflow:hidden;
background-color:aquamarine;
visibility: hidden;
}
.image{
background-image: url(C:\Users\user\Pictures\KakaoTalk_20230330_145955245.jpg);
background-size:cover;
position:relative;
height:50px;
top:100px;
left:100px;
}
.myname{
font-size:150%;
font-weight: bold;
color :lightseagreen;
text-shadow: 2px 2px rgb(223, 239, 245);
}
ul > li{
list-style:circle;
}
.boxforcontext{
display:inline-block;
position: relative;
width:80%;
height:80%;
background-color: rgb(192, 199, 207);
border:dashed skyblue;
margin:50px;
padding: 20px;
}