Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello, can you enlarge these icons and make only the location, phone , and email icon flip over to reveal the information with the information

Hello, can you enlarge these icons and make only the location, phone , and email icon flip over to reveal the information with the information on the back...make the linkdien and github clickable... also please make icons color: #17d1ac.....also, PLEASE make sure it sticks to the bottom..thanks! See the photo of what I want and the code below

code:

Page Title

body{

background-color: white;

padding: 0;

margin: 0;

}

#footer{

background-color: black;

color: white;

}

.footicon{

display: inline;

font-size: 30px;

transition: 0.5s ease;

}

#phonedetail{

display: none;

transition: 0.5s ease;

}

#phone:hover + #phonedetail{

transform: scale(1.07);

display: inline;

}

/* map */

#mapdetail{

display: none;

}

#map:hover + #mapdetail{

/* transform: scale(3.07); */

display: inline;

}

/* github */

#gitdetail{

display: none;

}

#github:hover + #gitdetail{

/* transform: scale(3.07); */

display: inline;

}

/* LinkedIn */

#linkdetail{

display: none;

}

#link:hover + #linkdetail{

/* transform: scale(3.07); */

display: inline;

}

/* Mail */

#maildetail{

display: none;

}

#mail:hover + #maildetail{

transform: scale(1.07);

display: inline;

}

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

Database Design And SQL For DB2

Authors: James Cooper

1st Edition

1583473572, 978-1583473573

More Books

Students also viewed these Databases questions

Question

4. What actions should Bouleau & Huntley take now?

Answered: 1 week ago