lesson
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
/*
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
*/
|
||||
|
||||
body {
|
||||
background-color: #abc;
|
||||
}
|
||||
|
||||
[data-bs-theme=dark] body {
|
||||
background-color: rgb(36, 31, 49);
|
||||
background-color: #001213;
|
||||
}
|
||||
|
||||
.borderdist {
|
||||
@@ -23,4 +16,22 @@ body {
|
||||
|
||||
[data-bs-theme=dark] .borderdist {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.headerback {
|
||||
background-color: #eee;
|
||||
border-bottom: 1px solid silver;
|
||||
}
|
||||
|
||||
[data-bs-theme=dark] .headerback {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.rightaligned {
|
||||
right: 5px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.rightpadding64 {
|
||||
margin-right: 64px;
|
||||
}
|
||||
Reference in New Issue
Block a user