Correction of List
This commit is contained in:
@@ -25,12 +25,7 @@ body {
|
|||||||
.container {
|
.container {
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
border-radius: 8px;
|
border-radius: 8px 8px 0 0;
|
||||||
border: 1px solid rgba(0,0,0,0.2);
|
|
||||||
box-shadow: 0 0 8px rgba(0,0,0,0.6);
|
|
||||||
background-color: rgba(0,0,0,0.5);
|
|
||||||
color: white;
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@@ -39,7 +34,6 @@ body {
|
|||||||
|
|
||||||
.list {
|
.list {
|
||||||
border-radius: 0 0 8px 8px;
|
border-radius: 0 0 8px 8px;
|
||||||
padding: 16px;
|
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -65,11 +59,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
background-color: rgba(255, 255, 255, 0.2);
|
|
||||||
box-shadow: 0 0 4px rgba(0,0,0,0.6);
|
|
||||||
border-radius: 0 8px 8px 0;
|
border-radius: 0 8px 8px 0;
|
||||||
padding: 16px;
|
|
||||||
color: white;
|
|
||||||
width: 25%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -79,8 +69,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
padding: 32px;
|
|
||||||
border-radius: 8px;
|
|
||||||
border: 1px solid rgba(0,0,0,0.2);
|
border: 1px solid rgba(0,0,0,0.2);
|
||||||
box-shadow: 0 0 8px rgba(0,0,0,0.6);
|
box-shadow: 0 0 8px rgba(0,0,0,0.6);
|
||||||
background-color: rgba(0,0,0,0.5);
|
background-color: rgba(0,0,0,0.5);
|
||||||
@@ -110,6 +98,13 @@ body {
|
|||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list {
|
||||||
|
background-color: rgba(255, 255, 255, 0.2);
|
||||||
|
box-shadow: 0 0 4px rgba(0,0,0,0.6);
|
||||||
|
padding: 16px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.list ul {
|
.list ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user