29

Syntax Themer

 4 years ago
source link: https://www.syntaxthemer.com
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Syntax Themer

#ecf1fe
#24262a
#3dceaa
#5dc5e8
#9fb7ff
#c1adff
#e69dff
#ff95e4
#b5b9c3
#fcfcff
#2e3036
#44deb7
#65d4f9
#b2c5ff
#cebdff
#ecb2ff
#ffacea
#c2c6d2
      
.class {
  color: blue;
}

@mixin dosomething($var: 1) {
  background-color: blue;

  .child-selector#with_id {
    &:hover:not(:first-child) {
      text-indent: none;
    }
  }
}
      
    
      
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>foobar</title>
</head>
<body>
  <header class="page-header">
    <nav><ul class="header-nav"></nav>
  </header>

  <main>
    <p id="paragraph" class="paragraph">
      Lorem ipsum dolor sit amet
    </p>
  </main>
</body>
</html>
      
    
      
(function(){
  "use strict";
  /* Start of your code */
  function greetMe(yourName) {
    alert('Hello ' + yourName);
  }

  greetMe('World');
  /* End of your code */
})();
      
    

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK