-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
127 lines (117 loc) · 2.06 KB
/
style.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
width: 100%;
background: url("bg2.jpg");
height:800px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.totaltopbar{
display: flex;
}
.logo{
width: 15%;
height: 150px;
}
.sidebar{
padding: 20px;
line-height: 3.8;
}
.toplogo{
width:50%;
height:30px;
}
.wrapper-container{
width: 70%;
height: 500px;
margin: auto;
position:absolute;
top:25%;
left:20%;
padding: 20px;
background-color: transparent;
}
.maincontainer{
width : 100%;
}
.container{
width: 50%;
float: left;
}
.profile {
width: 90%;
min-height: 345px;
background-color: rgb(248, 248, 248);
border-radius: 10%;
margin-bottom: 10px;
background-color:white;
padding: 15px;
}
h1{
left: 0%;
font-size: 2.2vh;
}
.info{
text-decoration: underline;
}
.savebt{
font-weight: bold;
color: white;
border-radius: 2rem;
cursor: pointer;
width: 95.02px;
height: 42.66px;
border: none;
background-color: #3653f8;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
}
.img-v{
position: relative;
width: 100%;
height: 200px;
overflow: hidden;
margin: auto;
background-size: cover;
}
.container2{
width: 50%;
float: right;
}
ul{
list-style-type: none;
}
.accounts{
width: 80%;
height: 210px;
background-color: white;
border-radius: 10%;
text-decoration: none;
margin: auto;
margin-bottom: 30px;
padding: 10px;
}
.button1{
width:40%;
float: right;
padding: 15px;
position: relative;
bottom: 125px;
}
.bills{
width: 80%;
height: 230px ;
background-color: white;
border-radius: 10%;
text-decoration: none ;
flood-opacity: unset;
margin: auto;
padding: 10px;
}