Polymer

Size
2,259 Kb
Views
44,528

How do I make an polymer?

What is a polymer? How do you make a polymer? This script and codes were developed by Tyler Schwartz on 05 September 2022, Monday.

Polymer Previews

Polymer - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Polymer</title> <meta name="viewport" content="width=device-width, initial-scale=1">
<script src="//cdnjs.cloudflare.com/ajax/libs/picturefill/3.0.1/picturefill.min.js" async></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.20/webcomponents-lite.min.js"></script>
<script> window.Polymer = window.Polymer || {}; window.Polymer.dom = 'shadow';
</script>
<link rel="import" href="//pl.ea.com/branch/develop/elements/ea-elements.html" />
<script src="//use.typekit.net/txn1klh.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='http://pl.ea.com/branch/develop/elements/ea-elements.html'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="page"> <figure is="ea-media" text-color="dark" title-text="Darth Vader is awesome!" caption-text="Come back here, rebel scum!!!" > <ea-image tooltip="Darth Vader" smallest="http://styleguide-polymer.pulse.ea.com/public/image/images/image_320.jpg" small="http://styleguide-polymer.pulse.ea.com/public/image/images/image_320_768.jpg" medium="http://styleguide-polymer.pulse.ea.com/public/image/images/image_768_1024.jpg" large="http://styleguide-polymer.pulse.ea.com/public/image/images/image_1024_1360.jpg" ></ea-image> </figure>
</div>
</body>
</html>

Polymer - Script Codes CSS Codes

.page { background-color: #fff; padding-left: 20px; padding-right: 20px;
}
/* styling elements in the Light DOM */
figure { color: green;
}
ea-image { border: 1px solid red;
}
/* styling elements in the Shadow DOM */
.eapl-media__title { color: red;
}
Polymer - Script Codes
Polymer - Script Codes
Home Page Home
Developer Tyler Schwartz
Username tschwartz
Uploaded September 05, 2022
Rating 3
Size 2,259 Kb
Views 44,528
Do you need developer help for Polymer?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tyler Schwartz (tschwartz) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!