summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-06-04 19:17:00 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-06-04 19:17:00 +0100
commit322601d13d5cd4c42e32a0c4040af2d7d252f685 (patch)
treed9efd32dcfbf1e9546ee1d8ce2154a1331137435
parent6681b30e4b2aa9fecde077082c9373e923d63067 (diff)
Added image to my about me, I have updated the CSS to make it a circle. I have also did some minor ajustments to the weeklybytes to make it look a little cleaner
-rw-r--r--public/styles.css42
1 files changed, 11 insertions, 31 deletions
diff --git a/public/styles.css b/public/styles.css
index 63c1df5..0a3d6d4 100644
--- a/public/styles.css
+++ b/public/styles.css
@@ -151,47 +151,27 @@ main a:hover {
.about-content {
display: flex;
+ align-items: center;
+ flex-direction: row-reverse;
+}
+
+.about-image {
+ margin-left: 20px;
+ margin-right: 30px
}
.about-image img {
- width: 200px; /* Adjust the width as needed */
- height: auto; /* Maintain the aspect ratio */
+ width: 200px;
+ height: auto;
border-radius: 50%;
border: 5px solid #7a4d7c;
- margin-top: -20px; /* Adjust the negative margin to move the image up */
-}
-
-
-
-
-.about-text {
- flex: 3;
}
-.about-text h2 {
+#Articles a {
color: #7a4d7c;
}
-.about-text p {
- margin: 10px 0;
-}
-
-.about-text ul {
- list-style: none;
- padding: 0;
- margin: 0;
-}
-
-.about-text ul li {
- margin-top: 10px;
-}
-
-.about-text ul li a {
+#Articles a:hover {
color: #9433ff;
- text-decoration: none;
-}
-
-.about-text ul li a:hover {
- text-decoration: underline;
}