modified: css/style.css

modified:   index.html
This commit is contained in:
DarkShy
2023-01-14 01:40:45 +03:00
parent 4fab418b5e
commit db22cd7ba3
2 changed files with 34 additions and 2 deletions

View File

@@ -28,4 +28,27 @@ body {
}
.shy {
color: red;
}
div.imagecenter {
margin: 0 auto;
width: 80em;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.responsive {
width: 100%;
height: auto;
max-width: 400px;
}
p.outline {
--bd-example-padding: 1rem;
position: relative;
padding: var(--bd-example-padding);
margin: 0 -1.5rem;
border: solid var(--bs-border-color);
border-width: 1px 0;
}