Disney hero of heros.
A Pen by Danil Goncharenko on CodePen.
Searching through the archives, I found this. I have a LOT more where these came from. Stay tuned and follow me at https://codepen.io/PickJBennett/ to see new pens, which I will be posting soon!
// Original pen by Simon FREMAUX @ https://codepen.io/dievardump/pen/pyOMeN
A Pen by Jeffrey Bennett 😃 on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | |
<div class="resume-wrapper"> | |
<section class="profile section-padding"> | |
<div class="container"> | |
<div class="picture-resume-wrapper"> | |
<div class="picture-resume"> | |
<span><img src="https://s3.amazonaws.com/uifaces/faces/twitter/jsa/128.jpg" alt="" /></span> | |
<svg version="1.1" viewBox="0 0 350 350"> | |
<defs> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="carousel"> | |
<div class="progress-bar progress-bar--primary hide-on-desktop"> | |
<div class="progress-bar__fill"></div> | |
</div> | |
<header class="main-post-wrapper"> | |
<div class="slides"> | |
<article class="main-post main-post--active"> | |
<div class="main-post__image"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Tic-tac-toe</title> | |
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet"> | |
</head> | |
<body onload="initialize()"> | |
<h1>Tic-Tac-Toe</h1> | |
<table id="table_game"> |
NewerOlder