]> fortfriendship.online Git - gnargle.github.io.git/commitdiff
fix iframes so they show the hearts yay
authorAthene Allen <atheneallen93@gmail.com>
Mon, 10 Mar 2025 21:02:09 +0000 (21:02 +0000)
committerAthene Allen <atheneallen93@gmail.com>
Mon, 10 Mar 2025 21:02:09 +0000 (21:02 +0000)
index.html
main.css

index 3d2333592460a8ce728e3689b15593b8bc8c0563..e0b5c23e6f49935d2242b27165317cded3394217 100644 (file)
@@ -8,7 +8,7 @@
   <body class="whole-site">
     <div>
       <iframe class="embed-title" src="shared/title.html"> </iframe>
-      <div class="container">
+      <div class="main-container">
         <div class="main">
           <div class="entry">
             <p>
index 744866b1d6f96c922c3f634b0b61d83bff5ab106..4588fa07ad1768f81fa34a0e1331805ce6b673ff 100644 (file)
--- a/main.css
+++ b/main.css
@@ -19,7 +19,6 @@
 
 body {
     font-family: 'Source Code Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
-    background-color: #ffa2b5;
     color: black;
 }
 
@@ -44,6 +43,7 @@ body {
 .container {
     padding-top: 10px;
     padding-bottom: 10px;
+    background-color:none transparent;
 }
 
 .content {
@@ -64,6 +64,7 @@ body {
     display: block;
     margin: 0 auto;
     border: 0;
+    
 }
 
 .embed-links {
@@ -174,4 +175,5 @@ ul {
 .whole-site{
     background-image: url("img/hearts2.png");
     background-size: 10%;
+    background-color: #ffa2b5;
 }
\ No newline at end of file