SlideShare a Scribd company logo
Social Marketing that Performs
Fast Guide to Dominate CSS
What does it do? CSS is used to give style to an HTML 
this means 
CSS is used to define the appearance (design) of an HTML 
HTML without CSS HTML with CSS
How does it work? 
For each change that you wish to do to the 
appearance of your HTML you must create a rule on 
CSS 
A CSS rule consists of: 
Selector { 
Attribute: Value; 
} 
Which can be translated to: 
WHERE to make the change { 
WHAT change make: HOW MUCH change make; 
}
Components 
A CSS rule consists of: 
Selector { 
Attribute: Value; 
} 
Selector: 
Is an element or content 
That can be found on your HTML 
It can be a text, an image, a video, a button, 
anything that you have set on your screen!
Components 
A CSS rule consists of: 
Selector { 
Attribute: Value; 
} 
Attribute: 
It is a property or characteristic 
that the selected content has. 
It can be the size, the position, the color, the font, 
the background, or even the very same presence 
of the content, since you have the possibility of 
removing it from the screen!
Components 
A CSS rule consists of: 
Selector { 
Attribute: Value; 
} 
Value: 
Is the meassure in which a value is specified. 
This definition can be expressed as a 
percentage, an amount of pixels, a hexadecimal 
combination, a url, or any otherone depending on 
which was the selected attribute.
How do I apply it 
on TFM? On the “Whitelabel” step, on the 
“Application style sheet” step, 
click on the full screen icon to 
visualize the loaded content on 
each scren of your app and 
therefore be able to select it to 
write your own CSS rules.
How do I apply it 
on TFM? 
Just click over an element, and then the selector and the structure of the CSS 
rule will automatically appear on your left panel so you can complete them with 
the attributes and values that you wish. 
Once you define them, click on the save icon and you’ll be able to watch the 
changes on the screen!
Some Examples
Examples To remove a content: 
Selector { 
Display: none; 
} 
Attention: 
When applying this change all the content that 
was written under the deleted selector will be 
moved upwards.
Examples To hide a content: 
Selector { 
Visibility: hidden; 
} 
Attention: 
When applying this change all the contents will 
remain on their original positions since the hidden 
selector, that is no longer visible on screen, will 
still occupy its designated space.
Examples To change the position of a content: 
Selector { 
Position: relative; 
Top: 50px; 
Right: 200px; 
}
Examples To change the color of a content: 
Selector { 
Color: #F781D8; 
}
Examples To change the size of a typography: 
Selector { 
Font-size: 50px; 
} 
You can also add to this rule: 
Font-family: Courier New; 
Font-weight: bold; 
Text-align: center; 
Text-transform: uppercase;
Examples To change the background of a content: 
Selector { 
Background: 
url(http://tfmadmin.s3.amazonaws.com/Demo/LogoTFM.png); 
} 
You can also add to this rule: 
Background-repeat: no-repeat; 
Background-size: 50%; 
Background-position: 100px 200px;
Examples 
To apply a change to a specific screen of the app, add the 
prefix that corresponds: 
.home.registered Selector { 
Attribute: Value; 
} 
Prefixes by Screen: 
Preview: .comingPromos 
Home: .home 
Home Variants: 
Home – Before Entering: .home.start 
Home – After Entering: .home.registered 
Home – Ended Action: .home.finished 
Register: .register 
Ranking: .viewentries 
Specific Participation: .entry
Examples To write an internal note that serves as a reminder or 
explanation: 
/* Write your text between this signs */
For more information, contact: 
support@thefanmachine.com

More Related Content

Similar to Fast Guide to Dominate CSS

Getting to Grips with Firebug
Getting to Grips with FirebugGetting to Grips with Firebug
Getting to Grips with Firebug
Anthony Hortin
 
Css
CssCss
Css
CssCss
David Weliver
David WeliverDavid Weliver
David Weliver
Philip Taylor
 
Margin vs Padding.pdf
Margin vs Padding.pdfMargin vs Padding.pdf
Margin vs Padding.pdf
WebMaxy
 
Getting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
Getting to Grips with Firebug - Anthony Hortin - WordCamp SydneyGetting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
Getting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
WordCamp Sydney
 
ASP.NET 03 - Working With Web Server Controls
ASP.NET 03 - Working With Web Server ControlsASP.NET 03 - Working With Web Server Controls
ASP.NET 03 - Working With Web Server Controls
Randy Connolly
 
Web(chap2)
Web(chap2)Web(chap2)
Web(chap2)
Jafar Nesargi
 
Organize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS TricksOrganize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS Tricks
Andolasoft Inc
 
Lesson 2 cs5
Lesson 2   cs5Lesson 2   cs5
Lesson 2 cs5
dtelepos
 
Csstutorial
CsstutorialCsstutorial
Csstutorial
Ankit Rana
 
Html-Prabakaran
Html-PrabakaranHtml-Prabakaran
Html-Prabakaran
DrPrabakaranPerumal
 
Chapter 12
Chapter 12Chapter 12
Css
CssCss
Css - Tutorial
Css - TutorialCss - Tutorial
Css - Tutorial
adelaticleanu
 
Css tutorial
Css tutorialCss tutorial
Css tutorial
Sohail Christoper
 
SDP_-_Module_4.ppt
SDP_-_Module_4.pptSDP_-_Module_4.ppt
SDP_-_Module_4.ppt
ssuser568d77
 
Css
CssCss
Intro to CSS Presentation
Intro to CSS PresentationIntro to CSS Presentation
Intro to CSS Presentation
WP Pittsburgh Meetup Group
 
Styling text using css
Styling text using cssStyling text using css
Styling text using css
Daniel Francis
 

Similar to Fast Guide to Dominate CSS (20)

Getting to Grips with Firebug
Getting to Grips with FirebugGetting to Grips with Firebug
Getting to Grips with Firebug
 
Css
CssCss
Css
 
Css
CssCss
Css
 
David Weliver
David WeliverDavid Weliver
David Weliver
 
Margin vs Padding.pdf
Margin vs Padding.pdfMargin vs Padding.pdf
Margin vs Padding.pdf
 
Getting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
Getting to Grips with Firebug - Anthony Hortin - WordCamp SydneyGetting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
Getting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
 
ASP.NET 03 - Working With Web Server Controls
ASP.NET 03 - Working With Web Server ControlsASP.NET 03 - Working With Web Server Controls
ASP.NET 03 - Working With Web Server Controls
 
Web(chap2)
Web(chap2)Web(chap2)
Web(chap2)
 
Organize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS TricksOrganize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS Tricks
 
Lesson 2 cs5
Lesson 2   cs5Lesson 2   cs5
Lesson 2 cs5
 
Csstutorial
CsstutorialCsstutorial
Csstutorial
 
Html-Prabakaran
Html-PrabakaranHtml-Prabakaran
Html-Prabakaran
 
Chapter 12
Chapter 12Chapter 12
Chapter 12
 
Css
CssCss
Css
 
Css - Tutorial
Css - TutorialCss - Tutorial
Css - Tutorial
 
Css tutorial
Css tutorialCss tutorial
Css tutorial
 
SDP_-_Module_4.ppt
SDP_-_Module_4.pptSDP_-_Module_4.ppt
SDP_-_Module_4.ppt
 
Css
CssCss
Css
 
Intro to CSS Presentation
Intro to CSS PresentationIntro to CSS Presentation
Intro to CSS Presentation
 
Styling text using css
Styling text using cssStyling text using css
Styling text using css
 

More from The Fan Machine

Guía Rápida para dominar el CSS
Guía Rápida para dominar el CSSGuía Rápida para dominar el CSS
Guía Rápida para dominar el CSS
The Fan Machine
 
The Fan Machine - Aplicaciones
The Fan Machine - AplicacionesThe Fan Machine - Aplicaciones
The Fan Machine - Aplicaciones
The Fan Machine
 
Bem Vindo a The Fan Machine!
Bem Vindo a The Fan Machine!Bem Vindo a The Fan Machine!
Bem Vindo a The Fan Machine!
The Fan Machine
 
Casos de Éxito
Casos de ÉxitoCasos de Éxito
Casos de Éxito
The Fan Machine
 
The Fan Machine - Enterprise - EN
The Fan Machine - Enterprise - ENThe Fan Machine - Enterprise - EN
The Fan Machine - Enterprise - EN
The Fan Machine
 
User Experience - Photo Contest
User Experience - Photo ContestUser Experience - Photo Contest
User Experience - Photo Contest
The Fan Machine
 
TFM Entrerprise & Apps
TFM Entrerprise & AppsTFM Entrerprise & Apps
TFM Entrerprise & Apps
The Fan Machine
 
TFM - Catálogo de Acciones Disponibles
TFM - Catálogo de Acciones DisponiblesTFM - Catálogo de Acciones Disponibles
TFM - Catálogo de Acciones Disponibles
The Fan Machine
 
¿Qué es The Fan Machine?
¿Qué es The Fan Machine?¿Qué es The Fan Machine?
¿Qué es The Fan Machine?
The Fan Machine
 
Promoções de Trivia - PT
Promoções de Trivia - PTPromoções de Trivia - PT
Promoções de Trivia - PT
The Fan Machine
 
Promoções de Sorteio - PT
Promoções de Sorteio - PTPromoções de Sorteio - PT
Promoções de Sorteio - PT
The Fan Machine
 
Promoção de Votação - PT
Promoção de Votação - PTPromoção de Votação - PT
Promoção de Votação - PT
The Fan Machine
 
Promoção de Cupom - PT
Promoção de Cupom - PTPromoção de Cupom - PT
Promoção de Cupom - PT
The Fan Machine
 
Concurso de Vídeos - PT
Concurso de Vídeos - PTConcurso de Vídeos - PT
Concurso de Vídeos - PT
The Fan Machine
 
Concurso de Histórias - PT
Concurso de Histórias - PTConcurso de Histórias - PT
Concurso de Histórias - PT
The Fan Machine
 
Concurso de Fotos - PT
Concurso de Fotos - PTConcurso de Fotos - PT
Concurso de Fotos - PT
The Fan Machine
 
Promoção de Sorteio - PT
Promoção de Sorteio - PTPromoção de Sorteio - PT
Promoção de Sorteio - PT
The Fan Machine
 
Manual de Insights - PT
Manual de Insights - PTManual de Insights - PT
Manual de Insights - PT
The Fan Machine
 
Manual Imagens Plano Premium - PT
Manual Imagens Plano Premium - PTManual Imagens Plano Premium - PT
Manual Imagens Plano Premium - PT
The Fan Machine
 
Manual de Imagens Plano Enterprise - PT
Manual de Imagens Plano Enterprise - PTManual de Imagens Plano Enterprise - PT
Manual de Imagens Plano Enterprise - PT
The Fan Machine
 

More from The Fan Machine (20)

Guía Rápida para dominar el CSS
Guía Rápida para dominar el CSSGuía Rápida para dominar el CSS
Guía Rápida para dominar el CSS
 
The Fan Machine - Aplicaciones
The Fan Machine - AplicacionesThe Fan Machine - Aplicaciones
The Fan Machine - Aplicaciones
 
Bem Vindo a The Fan Machine!
Bem Vindo a The Fan Machine!Bem Vindo a The Fan Machine!
Bem Vindo a The Fan Machine!
 
Casos de Éxito
Casos de ÉxitoCasos de Éxito
Casos de Éxito
 
The Fan Machine - Enterprise - EN
The Fan Machine - Enterprise - ENThe Fan Machine - Enterprise - EN
The Fan Machine - Enterprise - EN
 
User Experience - Photo Contest
User Experience - Photo ContestUser Experience - Photo Contest
User Experience - Photo Contest
 
TFM Entrerprise & Apps
TFM Entrerprise & AppsTFM Entrerprise & Apps
TFM Entrerprise & Apps
 
TFM - Catálogo de Acciones Disponibles
TFM - Catálogo de Acciones DisponiblesTFM - Catálogo de Acciones Disponibles
TFM - Catálogo de Acciones Disponibles
 
¿Qué es The Fan Machine?
¿Qué es The Fan Machine?¿Qué es The Fan Machine?
¿Qué es The Fan Machine?
 
Promoções de Trivia - PT
Promoções de Trivia - PTPromoções de Trivia - PT
Promoções de Trivia - PT
 
Promoções de Sorteio - PT
Promoções de Sorteio - PTPromoções de Sorteio - PT
Promoções de Sorteio - PT
 
Promoção de Votação - PT
Promoção de Votação - PTPromoção de Votação - PT
Promoção de Votação - PT
 
Promoção de Cupom - PT
Promoção de Cupom - PTPromoção de Cupom - PT
Promoção de Cupom - PT
 
Concurso de Vídeos - PT
Concurso de Vídeos - PTConcurso de Vídeos - PT
Concurso de Vídeos - PT
 
Concurso de Histórias - PT
Concurso de Histórias - PTConcurso de Histórias - PT
Concurso de Histórias - PT
 
Concurso de Fotos - PT
Concurso de Fotos - PTConcurso de Fotos - PT
Concurso de Fotos - PT
 
Promoção de Sorteio - PT
Promoção de Sorteio - PTPromoção de Sorteio - PT
Promoção de Sorteio - PT
 
Manual de Insights - PT
Manual de Insights - PTManual de Insights - PT
Manual de Insights - PT
 
Manual Imagens Plano Premium - PT
Manual Imagens Plano Premium - PTManual Imagens Plano Premium - PT
Manual Imagens Plano Premium - PT
 
Manual de Imagens Plano Enterprise - PT
Manual de Imagens Plano Enterprise - PTManual de Imagens Plano Enterprise - PT
Manual de Imagens Plano Enterprise - PT
 

Recently uploaded

Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
SEO Article Boost
 
办理毕业证(NYU毕业证)纽约大学毕业证成绩单官方原版办理
办理毕业证(NYU毕业证)纽约大学毕业证成绩单官方原版办理办理毕业证(NYU毕业证)纽约大学毕业证成绩单官方原版办理
办理毕业证(NYU毕业证)纽约大学毕业证成绩单官方原版办理
uehowe
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
zyfovom
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
cuobya
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
cuobya
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
Danica Gill
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
Trending Blogers
 
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
xjq03c34
 
Discover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to IndiaDiscover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to India
davidjhones387
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
vmemo1
 
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
uehowe
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Florence Consulting
 
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
bseovas
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
cuobya
 
Should Repositories Participate in the Fediverse?
Should Repositories Participate in the Fediverse?Should Repositories Participate in the Fediverse?
Should Repositories Participate in the Fediverse?
Paul Walk
 
Azure EA Sponsorship - Customer Guide.pdf
Azure EA Sponsorship - Customer Guide.pdfAzure EA Sponsorship - Customer Guide.pdf
Azure EA Sponsorship - Customer Guide.pdf
AanSulistiyo
 
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
ukwwuq
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
Laura Szabó
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
zoowe
 
Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
Trish Parr
 

Recently uploaded (20)

Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
 
办理毕业证(NYU毕业证)纽约大学毕业证成绩单官方原版办理
办理毕业证(NYU毕业证)纽约大学毕业证成绩单官方原版办理办理毕业证(NYU毕业证)纽约大学毕业证成绩单官方原版办理
办理毕业证(NYU毕业证)纽约大学毕业证成绩单官方原版办理
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
 
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
办理新西兰奥克兰大学毕业证学位证书范本原版一模一样
 
Discover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to IndiaDiscover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to India
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
 
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
 
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
不能毕业如何获得(USYD毕业证)悉尼大学毕业证成绩单一比一原版制作
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
 
Should Repositories Participate in the Fediverse?
Should Repositories Participate in the Fediverse?Should Repositories Participate in the Fediverse?
Should Repositories Participate in the Fediverse?
 
Azure EA Sponsorship - Customer Guide.pdf
Azure EA Sponsorship - Customer Guide.pdfAzure EA Sponsorship - Customer Guide.pdf
Azure EA Sponsorship - Customer Guide.pdf
 
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
 
Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
 

Fast Guide to Dominate CSS

  • 2. Fast Guide to Dominate CSS
  • 3. What does it do? CSS is used to give style to an HTML this means CSS is used to define the appearance (design) of an HTML HTML without CSS HTML with CSS
  • 4. How does it work? For each change that you wish to do to the appearance of your HTML you must create a rule on CSS A CSS rule consists of: Selector { Attribute: Value; } Which can be translated to: WHERE to make the change { WHAT change make: HOW MUCH change make; }
  • 5. Components A CSS rule consists of: Selector { Attribute: Value; } Selector: Is an element or content That can be found on your HTML It can be a text, an image, a video, a button, anything that you have set on your screen!
  • 6. Components A CSS rule consists of: Selector { Attribute: Value; } Attribute: It is a property or characteristic that the selected content has. It can be the size, the position, the color, the font, the background, or even the very same presence of the content, since you have the possibility of removing it from the screen!
  • 7. Components A CSS rule consists of: Selector { Attribute: Value; } Value: Is the meassure in which a value is specified. This definition can be expressed as a percentage, an amount of pixels, a hexadecimal combination, a url, or any otherone depending on which was the selected attribute.
  • 8. How do I apply it on TFM? On the “Whitelabel” step, on the “Application style sheet” step, click on the full screen icon to visualize the loaded content on each scren of your app and therefore be able to select it to write your own CSS rules.
  • 9. How do I apply it on TFM? Just click over an element, and then the selector and the structure of the CSS rule will automatically appear on your left panel so you can complete them with the attributes and values that you wish. Once you define them, click on the save icon and you’ll be able to watch the changes on the screen!
  • 11. Examples To remove a content: Selector { Display: none; } Attention: When applying this change all the content that was written under the deleted selector will be moved upwards.
  • 12. Examples To hide a content: Selector { Visibility: hidden; } Attention: When applying this change all the contents will remain on their original positions since the hidden selector, that is no longer visible on screen, will still occupy its designated space.
  • 13. Examples To change the position of a content: Selector { Position: relative; Top: 50px; Right: 200px; }
  • 14. Examples To change the color of a content: Selector { Color: #F781D8; }
  • 15. Examples To change the size of a typography: Selector { Font-size: 50px; } You can also add to this rule: Font-family: Courier New; Font-weight: bold; Text-align: center; Text-transform: uppercase;
  • 16. Examples To change the background of a content: Selector { Background: url(http://tfmadmin.s3.amazonaws.com/Demo/LogoTFM.png); } You can also add to this rule: Background-repeat: no-repeat; Background-size: 50%; Background-position: 100px 200px;
  • 17. Examples To apply a change to a specific screen of the app, add the prefix that corresponds: .home.registered Selector { Attribute: Value; } Prefixes by Screen: Preview: .comingPromos Home: .home Home Variants: Home – Before Entering: .home.start Home – After Entering: .home.registered Home – Ended Action: .home.finished Register: .register Ranking: .viewentries Specific Participation: .entry
  • 18. Examples To write an internal note that serves as a reminder or explanation: /* Write your text between this signs */
  • 19. For more information, contact: support@thefanmachine.com