-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
43 lines (42 loc) · 862 Bytes
/
index.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
.base1{
color: rgb(243, 199, 142);
/* justify-content: space-between; */
}
span{
color: black;
}
/* .classwork4{
margin-right: 20%;
margin-bottom: 40%;
margin-top: 20%;
background-image: url(./images/bg-pattern-desktop.svg);
} */
.button{
color: white;
border-radius: 30px;
background-color: rgb(243, 199, 142);
right: 20px;
position: relative;
border: none;
height: 26px;
width: 35px;
text-align: center;
}
.email{
border: solid rgb(243, 199, 142) 2px;
color: rgb(243, 199, 142);
border-radius: 30px;
width: 250px;
height: 20px;
}
.sbt{
display: flex;
justify-content: space-between;
background-image: url(./images/bg-pattern-desktop.svg);
background-color: rgb(243, 199, 142);
margin: 80px;
}
#svelte{
padding-top: 25px;
padding-left: 100px;
}