-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
74 lines (63 loc) · 1.13 KB
/
style.css
File metadata and controls
74 lines (63 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
67
68
69
70
71
@import url(https://fonts.googleapis.com/css?family=Montserrat);
body {
background-color: pink;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 80vh;
}
#modal {
width: 650px;
border: 2px solid white;
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
background-color:violet;
border-radius: 15px;
}
#job-form {
height: 300px;
width: 500px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.box-1 {
height:175px;
background: #FE529E;
position: relative;
border-radius: 15px;
}
img {
border-radius: 80%;
position: relative;
top: 10px;
right: 20px;
float: right;
width: 200px
}
.box-2 h1 {
position: relative;
bottom: 190px;
left: 35px;
color: #F6F2E9;
font-family: 'Montserrat', sans-serif;
}
.box-2 p {
position: relative;
color:#F6F2E9;
bottom: 150px;
left: 30px;
font-size: 13px;
font-family: 'Montserrat', sans-serif;
}
#container {
width:400px;
height: 400px;
background: #A03ACC;
border-radius: 15px;
position: relative;
};