How to open an article in a new page with a size that does not occupy 100%? [closed]

1

My article is appearing in a call on the index page, I would like it to open on a new page but with a width that is not 100%.

       <article id="tres" class="caixa caixa2 sombra">
            <img src="noticia01.jpg" alt="" title="">
            <h2 class="titulo vermelho">ted</h2>
            <p>noticia 1 ...</p>
            <a href="noticias.html" class="botao botao-medio botao-vermelho bordas">botao 1</a>
        </article>

        <article class="caixa caixa2 sombra bordas">
            <img src="noticia02.jpg" alt="" title="">
            <h2 class="titulo rosa">ted1</h2>
            <p>noticia 02</p>
            <a href="noticias.html" class="botao botao-medio botao-amarelo bordas">botao 2</a>
        </article>

        <article class="caixa caixa2 sombra bordas">
            <img src="noticia03.jpg" alt="" title="">
            <h2 class="titulo azul">ted2</h2>
            <p>noticia 03</p>
            <a href="noticias.html" class="botao botao-medio botao-azul bordas">botao 3</a>
        </article>
    
asked by anonymous 12.12.2018 / 23:40

0 answers