Test Profile
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Added colors and styles to the home page

+10 -11
+1 -7
css/Footer.css
··· 22 22 23 23 #Footer { 24 24 width: 100%; 25 - line-height: 1.6em; 25 + line-height: 2.6rem; 26 26 padding: 2.5rem; 27 27 color: white; 28 28 background: var(--blue); 29 - } 30 - 31 - @media (min-width: 1328px) { 32 - #Footer { 33 - /* height: 6rem; */ 34 - } 35 29 } 36 30 37 31 .LinkNav {
+4
css/Navbar.css
··· 58 58 .Navbar-Brand:visited { 59 59 color: var(--white); 60 60 } 61 + 62 + span { 63 + color: var(--yellow); 64 + }
+2 -1
css/styles.css
··· 104 104 } 105 105 .Facts-Background { 106 106 background-color: var(--yellow); 107 + transform: skew(14deg); 107 108 width: 70%; 108 109 display: flex; 109 110 justify-content: center; ··· 112 113 } 113 114 #Facts { 114 115 font-size: 2rem; 116 + transform: skew(-14deg); 115 117 opacity: 0; 116 118 transition: opacity 0.5s ease; 117 119 padding: 1.5rem; ··· 146 148 .Button-Container { 147 149 flex-direction: row; 148 150 gap: 2rem; 149 - margin-top: var(--margin-Phone); 150 151 } 151 152 } 152 153
+3 -3
index.html
··· 28 28 <body> 29 29 <!--NAV--> 30 30 <nav class="Navbar"> 31 - <a class="Navbar-Brand" href="index.html">Danny B Dev</a> 31 + <a class="Navbar-Brand" href="index.html">Danny <span>B</span> Dev</a> 32 32 </nav> 33 33 34 34 <div class="Padding-Container"> 35 35 <section id="Intro"> 36 - <h1>Developer & Father</h1> 36 + <h1>Web Developer</h1> 37 37 38 - <h2 class="fade">A Little about me</h2> 38 + <h2 class="fade">My facts and opinions</h2> 39 39 40 40 <div class="Facts-Background"> 41 41 <div id="Facts"></div>