-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (62 loc) · 1.13 KB
/
Copy pathstyle.css
File metadata and controls
66 lines (62 loc) · 1.13 KB
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
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Young+Serif&display=swap');
.first h1 {
font-family: "Young Serif", serif;
font-weight: 400;
font-style: normal;
padding: 25px;
}
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
min-height: 100vh;
background-size: contain;
background-color:hsl(330, 71%, 95%);
position: relative;
}
.container{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
max-width: 450px;
background:white ;
border-radius: 20px;
overflow: hidden;
}
.pre h2{
color: hsl(313, 91%, 34%)
}
.ins{
padding: 25px;
}
.ind h1{
font-family: "Young Serif", serif;
font-weight: 400;
font-style: normal;
padding: 25px;
}
.ind h1{
color: hsl(31, 91%, 41%)
}
.Nut h1{
font-family: "Young Serif", serif;
font-weight: 400;
font-style: normal;
padding: 25px;
}
.Nut h1{
color: hsl(31, 91%, 41%)
}
.left{
background-color: goldenrod;
width: 50%;
float: left;
}
.right{
background-color: goldenrod;
width: 50%;
float: right;
}