Skip to content
This repository was archived by the owner on Oct 26, 2020. It is now read-only.

Html css/week2/osagie #68

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
b014080
added more on html and css
osagiestar May 10, 2020
5accfa5
more info added
osagiestar May 10, 2020
7c10c75
removed comments
osagiestar May 10, 2020
ac91c60
css editted
osagiestar May 10, 2020
959022b
added more details
osagiestar May 10, 2020
db91634
just a test
osagiestar May 10, 2020
ed74b03
updated html and more styling
osagiestar May 10, 2020
754bfef
change some styling
osagiestar May 10, 2020
fa4e448
html editing
osagiestar May 10, 2020
363ff94
added hover color on CSS and list tags on html
osagiestar May 10, 2020
b32c41e
added more details
osagiestar May 10, 2020
85c840c
Flukeout img
osagiestar May 11, 2020
d3d808d
added te boxes and some editting
osagiestar May 12, 2020
b5a9270
Merge branch 'Osagie/week1' of https://github.com/osagiestar/HTML-CSS…
osagiestar May 12, 2020
9459fdd
improving page with shadow boxes
osagiestar May 12, 2020
465bb46
aighning the box-shadows
osagiestar May 13, 2020
5de98c8
alighning the box-shadows and related paragraphs
osagiestar May 13, 2020
f3f8d51
complete retructuring and styling of blog
osagiestar May 14, 2020
8155d30
setting in order the contents of the box-shadows
osagiestar May 14, 2020
a40b4ea
max-width and height added on profile pic
osagiestar May 14, 2020
7108015
added social media links
osagiestar May 14, 2020
c5fe22b
debugging
osagiestar May 14, 2020
7eeabb1
added logos and links
osagiestar May 15, 2020
e476666
aligning the logos
osagiestar May 15, 2020
55e7789
adding CSS comments
osagiestar May 15, 2020
8d14661
tidying up CSS codes
osagiestar May 15, 2020
d3afaea
This a test
osagiestar May 17, 2020
59178ba
added the link on header for css file
osagiestar May 18, 2020
7ad76fc
set the root font-size
osagiestar May 19, 2020
b788f87
define the structure and head setup (meta name)
osagiestar May 19, 2020
561711b
menu link added
osagiestar May 19, 2020
b7fc284
added icon images
osagiestar May 20, 2020
ba6d1d7
styling nav links
osagiestar May 20, 2020
f358e70
removed underline from nav link removed
osagiestar May 20, 2020
18675e7
working on the footer#
osagiestar May 20, 2020
d700f6b
added backgorund image for intro
osagiestar May 20, 2020
72a635a
working on the background image
osagiestar May 21, 2020
07958ad
aligning the nav-links and logo
osagiestar May 22, 2020
6cbe8e0
worked on logo position and intro section
osagiestar May 22, 2020
b161847
prepared the icon sectionn
osagiestar May 22, 2020
dc7cf33
setting the margin between intro and icon sections
osagiestar May 23, 2020
ed4def2
aligning the icons and bottom texts horizontally
osagiestar May 23, 2020
d31e58d
styling footer texts
osagiestar May 23, 2020
4288c79
sorted the <hr> tag and h5 tag on the footer
osagiestar May 23, 2020
fe8a3a5
used margins and paddings to keep the social media icons apart
osagiestar May 23, 2020
b5d79f3
added some color to the font awesome social icons
osagiestar May 23, 2020
ca6e0ae
tidying up codes
osagiestar May 23, 2020
8a8a5b7
made the first link on navigation bar stand out
osagiestar May 23, 2020
ca03c10
doublechecking and finalising my work
osagiestar May 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
used margins and paddings to keep the social media icons apart
  • Loading branch information
osagiestar committed May 23, 2020
commit fe8a3a567a9a9a0b534e157fb841f886710b79c8
27 changes: 17 additions & 10 deletions week2/2-website/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,24 +205,22 @@ margin-bottom: 2rem;
.media {
display: flex;
text-decoration: none;
margin-left: 8rem;
margin-bottom: 5rem;
}

.media li {
list-style-type: none;
font-size: 2.5rem;
font-weight: 0rem;
}

.copyright {
display: flex;
font-size: 1.8rem;
text-align: center;
list-style-type: none;
font-size: 2.5rem;
font-weight: 0rem;
margin-right: 1.75rem;
margin-left: 1.75rem;
}

hr {
border-top: 0.1rem solid #eee;
margin: 1.313rem 0;
width: 70.15rem;
width: 85.15rem;
}

h5 {
Expand All @@ -232,8 +230,17 @@ h5 {
font-weight: 400;
box-sizing: border-box;
justify-content: center;
margin-left: 12rem;
}

.copyright {
display: flex;
font-size: 1.8rem;
text-align: center;
margin-left: 12rem;
}


/*h5 {
margin: 0;
padding: 0;
Expand Down