Skip to content

Instantly share code, notes, and snippets.

View moturi-phil's full-sized avatar
💭
Checkout; Phil-Reck

Phil moturi-phil

💭
Checkout; Phil-Reck
View GitHub Profile
@moturi-phil
moturi-phil / Wildcards
Created July 10, 2019 10:41
Wildcard Css Selectors
<html>
<head>
<style>
[class*="str"]{
background: green;
color: white;
}
h1{
color:gren;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.