Giter Club home page Giter Club logo

coding's Issues

ERROR MY CODES

<style>{ padding:0px; margin:0px; font-family:monospace; box-sizing:border-box; } .container{ background-color:blue; display:grid; grid-template-columns:auto auto; height:100px; padding:0px 25px; } img{ display:block; width:100px; float:left; } .links{ text-align:right; background-color:blue; } .links a{ text-decoration:none; font-size:20px; color:white; padding:0px 10px; line-height:100px; } .fa{ color:white; font-size:26px; display:none; float:right; padding:0px 15px 0px 0px; line-height:100px; cursor:pointer; } @media only screen and (max-width:600px){ .container{ padding:0px; grid-template-columns:auto; } .links a{ display:block; text-align:left; line-height:40px; padding:10px; } .fa{ display:block; } .links{ display:none; } .my linksshow{ display:block; } } </style>
<div class="container">
<div class="logo">
<a href="#"><img src="logo.png">
</a>
<span class="fa fa-bars">
</span>
</div>
<div class="links">
<a href="#">Home</a>
<a href="#">Profile</a>
<a href="#">Group</a>
<a href="#">Contact</a>
<a href="#">Forget</a>
<a href="#">about</a>
</div>
</div>



<script> 
      document.getElementsByClassName("fa")[0].addEventListener("click",function(){
      document.getElementsByClassName("links")[0].classlist.toggle("mylinksshow");
      });
      </script>

What is wrong with the page numbers?

Actually, I don't really know if I'm the one not understanding the pagination.
I gave the pdf for a printing service and they were a little bit confused with the page numbers.

Why is it all so fuzzy?

Hi

Print("hi")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.