Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,883 members, 7,810,392 topics. Date: Saturday, 27 April 2024 at 08:12 AM

CSS Geometric Shapes - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / CSS Geometric Shapes (664 Views)

.net UWP Developer That Knows About Rotation Of Shapes Is Needed / CSS Geometric Shapes / After 10days Of Coding With Html, Css And Javascript Forum4africa Is Ready (2) (3) (4)

(1) (Reply)

CSS Geometric Shapes by Dmtcomputer: 9:26pm On Apr 25, 2019
Do you know with css 3, you can draw up any shape of your choice using css syntax. Running the following syntax and see the result. For php, Mysqli, boostrap, css, ajax, js, jquery, python etc scripts and projects visit:www.dmtict.com.ng and like our Facebook page .

Circle
.circle {
width: 100px;
height: 100px;
background: #07CAF3;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
Oval
.oval {
height: 200px;
width: 100px;
background: #07CAF3;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
Triangle
.triangle {
height: 0;
width: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 100px solid #07CAF3;
}
Triangle Sided
.triangle-sided {
height: 0;
width: 0;
border-top: 100px solid #07CAF3;
border-right: 100px solid transparent;
}
Rectangle
.rectangle {
height: 100px;
width: 200px;
background: #07CAF3;
}
Parallelogram
.parallelogram {
height: 75px;
width: 150px;
background: #07CAF3;
-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
-o-transform: skew(20deg);
transform: skew(20deg);
}
Trapezoid
.trapezoid {
height: 0;
width: 100px;
border-bottom: 100px solid #07CAF3;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
}
Cone
.cone {
height: 0;
width: 0;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-top: 100px solid #07CAF3;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

1 Like

(1) (Reply)

Need A Mobile App For Your Business? / I Need Senior Android Developer To Learn From / Plagiarism

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 6
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.