Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

my social media links in my footer are being cut off when window is full html_________________ Welcome Home About Coding Projects Resume Contact Login title

my social media links in my footer are being cut off when window is full

html_________________

Welcome

title

css__________________

body{

background-image: url("nyc.jpg");

position: relative;

background-size: 100% auto;

background-repeat: no-repeat;

margin:0;

padding: 0;

overflow: hidden;

clear: both;

}

nav{

float: right;

padding-top: 2%;

padding-right: 2%;

color: white;

}

nav ul{

list-style-type: none;

margin: 0;

padding: 0;

overflow: hidden;

}

nav li {

float: left;

}

nav li a {

display: block;

color: white;

text-align: center;

padding: 14px 16px;

text-decoration: none;

}

nav li a:hover {

color: #333;

}

#fLinks{

text-align: center;

}

#footer{

/*background: #aaa; */

padding-bottom: 15em;

color: white;

text-align: center;

margin-top: 0;

}

#test{

text-align: center;

color: white;

padding: 22.5%;

}

h6{

margin: 5px;

text-align: center;

padding-right: 3%;

}

ul{

list-style-type: none;

}

li {

display: inline;

}

#fLeft ul{

padding-right: 4.5%;

}

#fRight ul{

padding-right: 5%;

}

/*hover */

/*social media icons--facebook,twitter,linkedin,instagram,skype, rss */

.fa { /* sizing */

padding: 5px;

font-size: 20px;

width: 30px;

text-align: center;

text-decoration: none;

margin: 5px 3px;

border-radius: 50%;

}

.fa:hover {

opacity: 0.7;

}

.fa-facebook {

background: #3B5998;

color: white;

}

.fa-linkedin {

background: #007bb5;

color: white;

}

.fa-instagram {

background: #125688;

color: white;

}

.fa-skype {

background: #00aff0;

color: white;

}

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Knowledge Discovery In Databases

Authors: Gregory Piatetsky-Shapiro, William Frawley

1st Edition

0262660709, 978-0262660709

More Books

Students also viewed these Databases questions