Thank you, appreciate it! Nice work on yours as well
Hey Hey Everyone!
For my solution I went with a basic design guide. I hope you like it!
I’ve been looking to some of your work for this project and let me say great job to all of you! I really liked what I saw
here is my solution, still working on making it more responsive but just thought i would share my basic guide so far.
please check out my code.
Any tips would be much appreciated! Couldn’t quite remember how to center content in the divs automatically, so I tried my best manually adjusting the margins to make it look centered.
It does indeed, thank you!
I really like the overall page design. It’s very modern and minimalist. I like how you styled the CSS for the color palette to keep the page free of extra text. The color palette itself is bold and really pops with the minimalist design.
Your code is really clean too.
I’m just starting this challenge. Thanks for the inspiration.
The projects posted here are very impressive. Good job everyone.
Here’s mine:
Github: Repository
Live: Github Page
I do have a question about how to properly use CSS position
with internal links. I have styled the page to have a fixed header at the top and a fixed Navigation column on the left side of the page.
I tried to used position:absolute
on the main
container to position the content where it’s visible. However when you click on the internal link, the part of the page that the link points to displays at the top of the page, behind the header.
The HTML, Navbar links section:
<nav class="navbar">
<ul class="nav-list">
<li class="nav-btn"><a class="nav-link" href="#color-section">Colors</a></li>
<li class="nav-btn"><a class="nav-link" href="#font-section">Typography</a></li>
<li class="nav-btn"><a class="nav-link" href="#style-section">Styles</a></li>
</ul>
</nav>
<main>
<div class="container" id="color-section">
<h2>Colors</h2>
<div class="color-container">
...
</div>
</div>
<!-- Fonts -->
<div class="container" id="font-section">
<h2>Fonts</h2>
<div class="font-container">
...
</div>
</div>
This is how I styled the main
in the CSS:
main {
position: absolute;
top: 84px;
left: 200px;
margin: 0;
border: 0;
padding: 5px;
}
Hello everyone, here’s my Website Style Guide looking forward to hear some feedback, i wanted to put some extra touch with the interactive part but I’m proud of the result!
This is my attempt toward this projects, feel free to check it out!
I deployed the page on my github repository.
In css, I also refer this page for this very cool button “Click Me” as you can see it on my page.
Thank you so much for the feedback, I really appreciate it! Looking forward to seeing yours when it’s done
I definitely feel like I overcomplicated this but if someone could review mine that’d be great!
[Projects/index.html at main · JEastham2/Projects · GitHub][Projects/styles.css at main · JEastham2/Projects · GitHub]
Hello everyone, here is my website style guide project Challenge project
Looking forward for feedback from you guys
Really nice buttons