Search
 
SCRIPT & CODE EXAMPLE
 

HTML

create box in html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HTML Box - Hm Elius Hossain Himel</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>

    <div class="scene">
        <div class="box">
          <div class="box__face box__face--front">front</div>
          <div class="box__face box__face--back">back</div>
          <div class="box__face box__face--right">right</div>
          <div class="box__face box__face--left">left</div>
          <div class="box__face box__face--top">top</div>
          <div class="box__face box__face--bottom">bottom</div>
        </div>
      </div>
      <p class="radio-group">
        <label>
          <input type="radio" name="rotate-cube-side" value="front" checked /> front
        </label>
        <label>
          <input type="radio" name="rotate-cube-side" value="right" /> right
        </label>
        <label>
          <input type="radio" name="rotate-cube-side" value="back" /> back
        </label>
        <label>
          <input type="radio" name="rotate-cube-side" value="left" /> left
        </label>
        <label>
          <input type="radio" name="rotate-cube-side" value="top" /> top
        </label>
        <label>
          <input type="radio" name="rotate-cube-side" value="bottom" /> bottom
        </label>
      </p>      
    
      <!-- Javascript -->
      <script src="main.js"></script>
</body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: how to attach pdf on whatsapp through html url 
Html :: html radio input 
Html :: lorem ipsum text 
Html :: hyperlink html id 
Html :: file input html 
Html :: html syntax 
Html :: html with emoji 
Html :: Simple random code generator 
Html :: html select tag 
Html :: check html 
Html :: q tag in html 
Html :: th tag in html 
Html :: mobile navigation bar bootstrap 
Html :: underline text html 
Html :: attribute select option html 
Html :: html acesskey 
Html :: ng-container vue equvalent 
Html :: customize appearance of up/down arrows in html number inputs 
Html :: html textarea unscalable 
Html :: a page with html cheat sheet 
Html :: Javascript to select td element that was clicked in a table 
Html :: link node module in html 
Html :: my projects 
Html :: bootstrap input tagsinput 
Html :: input select and button on same line 
Html :: typo3 link 
Html :: spellcheck html 
Html :: how to add html in svg d3 
Html :: html u tag 
Html :: html height percentage not working 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =