Famo.us test

Size
1,753 Kb
Views
14,168

How do I make an famo.us test?

What is a famo.us test? How do you make a famo.us test? This script and codes were developed by Anthony Albertorio on 24 September 2022, Saturday.

Famo.us test Previews

Famo.us test - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Famo.us test</title> <link rel='stylesheet prefetch' href='http://code.famo.us/famous/0.2/famous.css"'>
</head>
<body> <script src='https://code.famo.us/famous/0.2/famous.min.js'></script>
<script src='https://code.famo.us/lib/require.js'></script>
<script src='https://code.famo.us/lib/requestAnimationFrame.js'></script>
<script src='https://code.famo.us/lib/classList.js'></script>
<script src='https://code.famo.us/lib/functionPrototypeBind.js'></script> <script src="js/index.js"></script>
</body>
</html>

Famo.us test - Script Codes JS Codes

var Engine = require('famous/core/Engine');
var Surface = require('famous/core/Surface');
var mainContext = Engine.createContext();
var firstSurface = new Surface({ content: "<h3>Hi!</h3><p>I'm a surface!<br>I live inside a context.</p><p>You can add <b>HTML</b> content to me and style me with <b>CSS!</b></p>", size: [200, 200], properties: { backgroundColor: 'rgb(240, 238, 233)', textAlign: 'center', padding: '5px', border: '2px solid rgb(210, 208, 203)', marginTop: '50px', marginLeft: '50px' }
});
mainContext.add(firstSurface);
Famo.us test - Script Codes
Famo.us test - Script Codes
Home Page Home
Developer Anthony Albertorio
Username tesla809
Uploaded September 24, 2022
Rating 3
Size 1,753 Kb
Views 14,168
Do you need developer help for Famo.us test?

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!

Anthony Albertorio (tesla809) 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!