Begins with and ends with and contains selectors
How do I make an begins with and ends with and contains selectors?
What is a begins with and ends with and contains selectors? How do you make a begins with and ends with and contains selectors? This script and codes were developed by Aaron Cuddeback on 03 November 2022, Thursday.
Begins with and ends with and contains selectors - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>begins with and ends with and contains selectors</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<html>
<head> <title>Selectors</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href='https://fonts.googleapis.com/css?family=Nunito:400,300' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="gallery"> <h1>My Gallery</h1> <p><a href="page-1.html">Lorem ipsum dolor</a> sit amet, consectetur adipiscing elit. Morbi lacinia nibh sed justo efficitur, vitae accumsan risus euismod. <a href="page-2.html">Praesent quis ornare</a> libero. Nulla <a href="page-3.html">sed eros efficitur</a>, tempus justo a, tincidunt neque Morbi diam elit.</p> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/548344/trees.jpg" alt=""> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/548344/falls.jpg" alt=""> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/548344/sunset.jpg" alt=""> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/548344/lake.jpg" alt=""> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/548344/beach.jpg" alt=""> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/548344/bay.jpg" alt=""> <h2>Download Photos</h2> <ul> <li><a href="http://downloads/gallery.pdf">Download as PDF</a></li> <li><a href="http://downloads/gallery.jpg">Download as JPGs</a></li> <li><a href="http://downloads/gallery.zip">Download as zip</a></li> </ul> </div>
</body>
</html>
</body>
</html>
Begins with and ends with and contains selectors - Script Codes CSS Codes
/* Base Styles -------------------------------- */
body { font-family: 'Nunito', sans-serif; line-height: 1.5; color: #384047; padding: 10px 0 80px;
}
div { max-width: 610px; margin: auto;
}
ul { list-style: none; padding: 0;
}
li { margin-bottom: 14px;
}
a { color: #4183c4;
}
/* Substring Matching Attribute Selectors ---- */
/** Begins-With Selector. ^ selects the beggining of an attribute **/
a[href^="http://"] { color: #52bab3; text-decoration: none;
}
/** Ends-With Selector. $ selects the end of an attribute **/
a[href$=".pdf"] { background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/548344/icn-pdf.svg");
}
a[href$=".jpg"] { background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/548344/icn-picture.svg");
}
a[href$=".zip"] { background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/548344/icn-zip.svg");
}
/** Contains Selector - * selects values contained within element **/
a[href*="downloads"] { background-repeat: no-repeat; background-size: 18px 18px; padding-left: 25px;
}
img[src*="s.cdpn.io"] { margin: 4px; border: solid 2px; width: 180px; height: 140px;
}
img[src*="lake"] { border-color: red;
}
Developer | Aaron Cuddeback |
Username | gymratpacks |
Uploaded | November 03, 2022 |
Rating | 3 |
Size | 2,379 Kb |
Views | 28,336 |
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!
Name | Size |
3D Transform Gallery | 3,024 Kb |
Animating SVG with CSS | 2,867 Kb |
Bootstrap Boilerplate | 3,910 Kb |
Gradient, Radius, Box Shadow | 1,663 Kb |
Music Player Card Interface | 4,682 Kb |
Tribute Page | 2,624 Kb |
FlexBox Layout | 2,579 Kb |
Float Project | 5,952 Kb |
CSS Transforms | 3,753 Kb |
Html forms | 2,900 Kb |
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!
Name | Username | Size |
Update CSS Variables with JS | Wesbos | 2,335 Kb |
Blank Starter | Mhartington | 2,171 Kb |
A Pen by Alexandru Pora | Axpro | 1,615 Kb |
A Pen by Jason Kinney | Jason-kinney | 1,980 Kb |
A Pen by Alex Edwards | Exards | 8,218 Kb |
3D Text in Sass | Bookcasey | 2,766 Kb |
Beautiful canvas stars | Matths | 2,399 Kb |
Hard-Stop Gradients | Mackdoyle | 2,288 Kb |
Vue.js Lazy Loading | Kjbrum | 3,620 Kb |
IE flex collapse bug fix | Rowno | 2,678 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!