-
Notifications
You must be signed in to change notification settings - Fork 0
/
getroom.css
61 lines (60 loc) · 1.13 KB
/
getroom.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
body{
margin: 0%;
padding: 0%;
box-sizing: border-box;
font-family: sans-serif;
background: linear-gradient(#9ef9d8, #caf6bf, #caf6bf);
}
.container2{
position: relative;
/* top: 10%;
left: 0%; */
width: 100%;
height: 100%;
/* background-color: white; */
display: flex;
/* justify-content: center; */
/* align-items: center; */
}
/* .grid2{
display: flex;
padding: 0 5%;
padding-bottom: 10px;
} */
.item2{
padding-left: 1%;
padding-top: 17%;
background: linear-gradient();
}
.item2 p strong{
font-size: 350%;
color: #80471c;
}
.item2 p{
font-size: larger;
color: black;
}
.owner{
padding: 10px 40px;
color: white;
background-color: lightsalmon;
border: 4px solid lightsalmon;
border-radius: 10px;
font-size: large;
font-weight: 600;
transition: 0.3s;
}
.owner:hover{
background-color: transparent;
border: 4px solid white;
color: white;
font-size: x-large;
font-weight: 600;
padding: 15px 30px;
}
.item1{
height: 100%;
}
.item{
width: 80%;
}