This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
#artboard { | |
width: 800px; /* Initial width */ | |
height: 600px; /* Initial height */ | |
overflow: hidden; | |
border: 1px solid #000; | |
position: relative; |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
#artboard { | |
width: 800px; /* Initial width */ | |
height: 600px; /* Initial height */ | |
overflow: hidden; | |
border: 1px solid #000; | |
position: relative; |