In this tutorial I show you how to use some boostrap typography elements and classes like blockquotes, small tags and headings.
Useful links:
———————————–
Don’t forget to subscribe:
www.youtube.com/QuentinWatt
Follow me on Twitter:
www.twitter.com/QuentinWatt
Follow me on Facebook:
www.facebook.com/quentin.watt
Feel free to donate:
————————————
Nguồn:https://quydinh.com/
Xem Thêm Bài Viết Khác:https://quydinh.com/cong-nghe
Quentin, I looked at a lot of youtube tutorials before I found yours, and yours is by far the most logical and thorough. Thank you so much!
I am using bootstrap 4 inside of codepen.io and the "<blockquote> did not work for me, I had to add a class to both the blockquote element and footer element to get it to look yours:
<blockquote class="blockquote">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quibusdam dolorem animi, dicta aperiam nostrum debitis asperiores nihil ut hic inventore illo consectetur quod iste vero id, quae odio! Cum, suscipit.</p>
<footer class="blockquote-footer">quote from someone famous</footer>
</blockquote>
great videos as always! love 'em
Hey, what does the class="text-justify" do? the others aligned texts are self explanatory, but "justify"?
Use emmet…!
cool tip accidentally found!
in sublime text
press "ctrl + / " at the start or end of line to comment out that line
Here's a cool tip, if you type "lorem" then press "tab" on your keyboard, it will generate a lorem ipsum paragraph for you.
Thanks mate :)… keep it up!
You needed to zoom in more on the examples I could barely see them could not even see the line on the text that was deleted.
Thanks for the video's! I just started learning Bootstrap today and they're really helpful.
I understand this is about typography and not page structure but I would still like to point something out. For semantic and/or SEO reasons the H tags are very important. If the text you put between the SMALL tags inside the H1 isn't really part of the title or not as important, it might be wise to keep it out of that H1 tag altogether.
Not responsive text
I do enjoy these videos… it's like a refresher course, its been months since i made my first bootstrap site…
i struggle with placing items in specific locations on the screen, i now think of the screen as a grid!
thank you for making these videos
definitely liked and shared
Your Tutorials are great. You show things and speak just in the right speed. Many Thanks. Subt.
thanks
Thank you.
Hi Quentin I like your tutorials. I came just for a quick intro into what this bootstrap thing is (their website just says its really popular and designed for everyone). Somehow I am up to number 14 and probably end up watching all your videos.
One thing I was thinking is with things like aligning text which as you say is easy to do in bootstrap it is also easy in css I think. What is the advantage of using bootstrap and their class tags for things like this?
try Emmet plugin
sublime text can automatically generate "Lorem ipsum" if you want…thank you for the tutorials!
Your tutorial is very easy to understand, thank you so much!
Thank yo so much bra.. you are awesome.. :p
Good videos but could you zoom in so we don't have to go fullscreen to read text? Thx
Take good care of yourself mate, sounds like the cold is pretty serious.
Feel the need to point out that most of the tags shown are not exclusive to Bootstrap. Small, mark, etc work just as well in regular HTML. I believe Bootstrap is only used when manipulating the 'class' field of any tag.