Numbers Guessing Game
Your Numbers Game
Get
clueYour
answerYour
ScoreClue? Score 0/0
-
Recent Posts
- WordPress Calendar Widget Above the Fold Ondblclick Iframe Tutorial
- Regional Text Google Chart Text Onclick Tutorial
- Regional Text Google Chart Text Tooltip Tutorial
- Regional Text Google Chart Text Configurations Tutorial
- Regional Text Google Chart Data via Country Code Tutorial
- Regional Text Google Chart Iframe via Country Code Tutorial
- Regional Text Google Chart Map Charts via Country Code Tutorial
- Regional Text Google Chart Geo Charts via Country Code Tutorial
Categories
- Ajax
- Android
- Animation
- Anything You Like
- Code::Blocks
- Coding
- Colour Matching
- Data Integration
- Database
- Delphi
- Eclipse
- eLearning
- ESL
- Event-Driven Programming
- Games
- GIMP
- GUI
- Hardware
- Installers
- iOS
- Land Surveying
- Moodle
- Music Poll
- NetBeans
- Networking
- News
- Not Categorised
- OOP
- Operating System
- Photography
- Projects
- Signage Poll
- Software
- SpectroPhotometer
- Tiki Wiki
- Trips
- Tutorials
- Uncategorized
- Visual Studio
- Xcode
Meta
Tags
Ajax animation background button canvas command line CSS div DOM dropdown email emoji event form game games Google Google chart HTML IFRAME image iOS iPad Javascript MAMP map mobile navigation onclick overlay PHP programming select share sharing SMS SVG table text textarea tutorial url video web browser webpageYour Background Image
OnTopList
Tag Archives: style
CSS Grid Column Primer Tutorial
Continuing on with the theme of “HTML div element looking like an HTML table element” regarding a “grid look”, onto yesterday’s CSS Row Gap Primer Tutorial start, today we turn our attention to the CSS “grid-column” property … The grid-column … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged colspan, column, CSS, div, grid-column, HTML, programming, responsive, responsive design, row, rowspan, style, styling, table, tutorial
Leave a comment
CSS Row Gap Primer Tutorial
Yes, an HTML div element innerHTML content can be organized like an HTML table in a “grid” like way via CSS like … <style> div.grid-container { display: grid; row-gap: 50px; } </style> … thanks to https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_row-gap here, too! And yes, … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged CSS, div, getBoundingClientRect, grid, HTML, programming, responsive, responsive design, row-gap, style, styling, table, tutorial, window.innerHeight
Leave a comment
CSS Position Sticky Primer Tutorial
The concept of scrolling in a webpage is a way to get to places “below the fold” or “to the right of the fold” regarding vertical and horizontal scrolling, respectively. We wanted to start exploring this idea by starting with … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged above the fold, CSS, fixed, HTML, information, position, presentation, proof of concept, scroll, scrolling, sticky, style, webpage
Leave a comment
HTML Attribute CSS Pseudo Class Styling Tutorial
Around here with the wording of our blog posts we try to get it right when differentiating an HTML “attribute” as distinct from a CSS “property”. Over time, the best explanation we can give for HTML attribute is that it … Continue reading
Posted in eLearning, Tutorials
Tagged attribute, CSS, data, data attribute, function, global data attribute, HTML, outerHTML, programming, property, pseudo class, selector, style, tutorial, XML
Leave a comment
Text Background Clip Primer Tutorial
Again, today, we’re cloning and modifying a new “proof of concept” version of a “Text Background Clip” server web application … based on the PHP of Simple Emoji Border Card Primer Tutorial … and … a lot of CSS help … Continue reading
Posted in eLearning, Event-Driven Programming, Tutorials
Tagged animation, background-clip, block, card, clone, cloning, comma, CSS, delimitation, div, emoji, exec, HTML, PHP, post, programming, range, server, shell_exec, style, styling, SVG, textarea, tutorial, window, wording, words
Leave a comment
Emoji Animation CSS Block Tutorial
Do you recall a few days back, with Simple Emoji Border Card Sharing Tutorial how we avoided “too long” mailto: and/or sms: “a” link href arrangements, before we harnessed the command line combination of … diff ed … the latter … Continue reading