changed punctuation and pushed unsaved changes

This commit is contained in:
Notoric 2024-03-08 20:14:25 +00:00
parent dbd1bac788
commit 86078cfafe
2 changed files with 10 additions and 2 deletions

View File

@ -131,6 +131,8 @@ h2 {
font-size: 3em;
font-weight: 400;
margin: 0;
text-decoration: underline;
text-decoration-color: var(--bgColor);
}
h3 {
@ -154,6 +156,8 @@ h3 {
.feature-showcase {
display: flex;
flex-direction: column;
border-radius: 40px;
background-color: #181818;
}
.feature-showcase-item {
@ -206,7 +210,7 @@ h3 {
border-radius: 40px;
margin: 0;
margin-bottom: 15px;
border: 5px solid black;
border: 3px solid var(--bgColor);
text-shadow: black 5px 5px 5px;
user-select: none;
}
@ -312,6 +316,10 @@ h3 {
.feature-showcase-item {
padding: 30px;
}
#table-heading {
margin-bottom: 50px;
}
#responsive-design {
grid-column: 1 / 2;

View File

@ -49,7 +49,7 @@
<div class="feature-showcase-item" id="responsive-design">
<h3>Responsive Design</h3>
<p>
This website has been designed to provide satisfying user feedback. From using javscript to expand the carousel to using css to change the shape of the title on the landing page, the website has been designed to provide an outstanding user experience.
This website has been designed to provide satisfying user feedback. From using javscript to expand the carousel, to using css to change the shape of the title on the landing page; the website has been designed to provide an outstanding user experience.
</p>
</div>