Responsive CSS only Tables w/ SVG icons

Developer
Size
3,259 Kb
Views
20,240

How do I make an responsive css only tables w/ svg icons?

What is a responsive css only tables w/ svg icons? How do you make a responsive css only tables w/ svg icons? This script and codes were developed by Kevin on 13 October 2022, Thursday.

Responsive CSS only Tables w/ SVG icons Previews

Responsive CSS only Tables w/ SVG icons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Responsive CSS only Tables w/ SVG icons</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'>
<link rel='stylesheet prefetch' href='https://cdn.jsdelivr.net/foundation/6.2.0/foundation.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- Codepen doesn't like dropbox for linking svg's sometimes -->
<section id="steps">	<div class="row">	<div class="small-12 medium-4 large-4 columns steps-table blue">	<div class="steps-top">	<div class="step-icon">	<img src="https://dl.dropbox.com/s/lc79bfob32f6824/step1.svg?dl=0" alt="icon">	</div>	<div class="steps-title">	<h3>Step 1</h3>	</div>	</div>	<div class="steps-bottom">	<h4>Hydrate</h4>	<h5>(Pre-Wash)</h5>	<ul class="fa-ul">	<li> <i class="fa-li fa fa-paw fa-2x"></i>Prepares undercoat to accept shampoo</li>	<li> <i class="fa-li fa fa-paw fa-2x"></i>Moisturizes the hair cuticle and skin</li>	<li> <i class="fa-li fa fa-paw fa-2x"></i>Seals the follicle to make pre-shampoo</li>	<li> <i class="fa-li fa fa-paw fa-2x"></i>Maximizes shampoo performance</li>	</ul>	</div>	</div>	<div class=" small-12 medium-4 large-4 columns steps-table violet">	<div class="steps-top" id="step-2">	<div class="step-icon">	<img src="https://dl.dropbox.com/s/pyzy15u2325sbf4/step2.svg?dl=0" alt="icon">	</div>	<div class="step-title">	<h3>Step 2</h3>	</div>	</div>	<div class="steps-bottom">	<h4>Cleanse</h4>	<h5>(Shampoo)</h5>	<ul class="fa-ul">	<li><i class="fa-li fa fa-paw fa-2x"></i>Cleanses the skin and coat</li>	<li><i class="fa-li fa fa-paw fa-2x"></i>Vitamin E and aloe soothe the skin</li>	<li><i class="fa-li fa fa-paw fa-2x"></i>Protein strengthens & protects coat</li>	<li><i class="fa-li fa fa-paw fa-2x"></i>Rebalances moisture in skin and coat for healthy hydration</li>	</ul>	</div>	</div>	<div class="small-12 medium-4 large-4 columns steps-table green">	<div class="steps-top" id="step-3">	<div class="step-icon">	<img src="https://dl.dropbox.com/s/xm9vpl51tqic5h7/step4.svg?dl=0" alt="icon">	</div>	<div class="step-title">	<h3>Step 3</h3>	</div>	</div>	<div class="steps-bottom">	<h4>Protect</h4>	<h5>(Créme Rinse)</h5>	<ul class="fa-ul">	<li><i class="fa-li fa fa-paw fa-2x"></i>Seals and protects hair shaft</li>	<li><i class="fa-li fa fa-paw fa-2x"></i>Yields a softer, smoother, shinier coat</li>	<li><i class="fa-li fa fa-paw fa-2x"></i>Helps coat repel dirt and grime</li>	<li><i class="fa-li fa fa-paw fa-2x"></i>Fragrance boost lasts for weeks</li>	</ul>	</div>	</div>	</div>
</section> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script>
</body>
</html>

Responsive CSS only Tables w/ SVG icons - Script Codes CSS Codes

body { background: #e5e5e5; margin: 0 auto;
}
#steps { margin: 4em auto; display: -webkit-box; display: -ms-flexbox; display: flex;
}
.steps-table { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; margin: 2em auto; color: #fff; -webkit-transition: all 0.25s, color 0s; transition: all 0.25s, color 0s; position: relative; z-index: 0; text-align: center;
}
.steps-table:hover { z-index: 1; -webkit-transform: scale(1.05); transform: scale(1.05); box-shadow: 0 13px 48px rgba(0, 0, 0, 0.4);
}
.steps-top { position: relative;
}
.steps-top h3 { padding: .5em 0; color: #fff;
}
.steps-top img { max-width: 100px; max-height: 100px; position: relative; margin-top: -3em;
}
.steps-bottom { margin: 0 .5em;
}
.steps-bottom h4 { margin: 0 2em; color: #fff;
}
.steps-bottom li { text-align: left; margin: 1em 0 2em 0;
}
.blue { background: #007dc6;
}
.blue .steps-top { background: #102f51;
}
.blue .steps-bottom h4 { border-bottom: 1px solid #102f51;
}
.violet { background: #9f00ad;
}
.violet .steps-top { background: #82008d;
}
.violet .steps-bottom h4 { border-bottom: 1px solid #82008d;
}
.green { background: #00ab0c;
}
.green .steps-top { background: #02860b;
}
.green .steps-bottom h4 { border-bottom: 1px solid #02860b;
}
@media screen and (max-width: 480px) { .steps-table { height: 25em; }
}
Responsive CSS only Tables w/ SVG icons - Script Codes
Responsive CSS only Tables w/ SVG icons - Script Codes
Home Page Home
Developer Kevin
Username gnarfugh
Uploaded October 13, 2022
Rating 3
Size 3,259 Kb
Views 20,240
Do you need developer help for Responsive CSS only Tables w/ SVG icons?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kevin (gnarfugh) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!