change of the background color
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-height: 100vh;
|
||||
background: linear-gradient(135deg, #ff9500, #ffb347);
|
||||
background: #00F0FF;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.circle {
|
||||
@@ -23,7 +23,7 @@
|
||||
.circle-1 {
|
||||
width: 600px;
|
||||
height: 600px;
|
||||
background-color: rgba(255, 255, 204, 0.6);
|
||||
background-color: #019AFF;
|
||||
top: -10%;
|
||||
left: -10%;
|
||||
}
|
||||
@@ -31,7 +31,7 @@
|
||||
.circle-2 {
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
background-color: rgba(255, 255, 153, 0.829);
|
||||
background-color: #91FCFF;
|
||||
top: 51%;
|
||||
left: 10%;
|
||||
}
|
||||
@@ -39,7 +39,7 @@
|
||||
.circle-3 {
|
||||
width: 280px;
|
||||
height: 280px;
|
||||
background-color: rgba(255, 255, 204, 0.439);
|
||||
background-color: #91FCFF;
|
||||
top: 17%;
|
||||
right: 9%;
|
||||
}
|
||||
@@ -47,7 +47,7 @@
|
||||
.circle-4 {
|
||||
width: 500px;
|
||||
height: 500px;
|
||||
background-color: rgb(244, 244, 172);
|
||||
background-color: #019AFF;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
@@ -55,7 +55,7 @@
|
||||
.circle-5 {
|
||||
width: 240px;
|
||||
height: 240px;
|
||||
background-color: rgba(240, 240, 41, 0.827);
|
||||
background-color: #015AFF;
|
||||
top: 2%;
|
||||
right: 2%;
|
||||
}
|
||||
Reference in New Issue
Block a user