What are the two types of spinners that you can create using Bootstrap?
What are the two types of spinners that you can create using Bootstrap?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
标签: interviewbit, bootstrap, topic-specific, css, frontend
参考答案摘要
Use the .spinner-border class to make a spinner/loader.
If you want the spinner/loader to grow instead of "spin", use the .spinner-grow class.