Computer Science, asked by harshlalwani00001, 9 months ago

explain the different views to display a document in libreoffice ​

Answers

Answered by Anonymous
18

They can be displayed or hidden by going to View > Toolbars on the Menu bar and selecting from the context menu. You can also select the icons that you wish to appear on each toolbar. For more information, refer to Chapter 1, Introducing LibreOffice.

Answered by Anonymous
5

Answer:

</p><p>{</p><p>  position: relative;</p><p>  width: 100px;</p><p>  height: 90px;</p><p>}</p><p>{</p><p>  position: absolute;    </p><p>  -webkit-animation: heart 1s linear infinite;</p><p>  content: "";</p><p>  left: 50px;</p><p>  top: 0;</p><p>  width: 50px;</p><p>  height: 80px;</p><p>  background: red;</p><p>  -moz-border-radius: 50px 50px 0 0;</p><p>  border-radius: 50px 50px 0 0;</p><p>  -webkit-transform: rotate(-45deg);</p><p>          transform: rotate(-45deg);</p><p>  -webkit-transform-origin: 0 100%;</p><p>          transform-origin: 0 100%;</p><p>}</p><p>{</p><p>  left: 0;</p><p>  -webkit-transform: rotate(45deg);</p><p>          transform: rotate(45deg);</p><p>  -webkit-transform-origin: 100% 100%;</p><p>          transform-origin: 100% 100%;</p><p>}</p><p>&lt;div id="heart"&gt;&lt;/div&gt;

Similar questions